nulib/php/src/db/_private/_create.php

13 lines
207 B
PHP

<?php
namespace nulib\db\_private;
class _create {
const SCHEMA = [
"prefix" => "?string",
"table" => "string",
"schema" => "?array",
"cols" => "?array",
"suffix" => "?string",
];
}