nur-sery/src/db/_private/_delete.php

12 lines
185 B
PHP

<?php
namespace nur\sery\db\_private;
class _delete {
const SCHEMA = [
"prefix" => "?string",
"from" => "?string",
"where" => "?array",
"suffix" => "?string",
];
}