Свойство | Тип | Описание | |
---|---|---|---|
$_create_table_if | string | CREATE TABLE IF statement | |
$_drop_table_if | string | DROP TABLE IF statement | |
$_unsigned | array | UNSIGNED support |
Метод | Описание | |
---|---|---|
_alter_table ( string $alter_type, string $table, mixed $field ) : string | string[] | ALTER TABLE | |
_attr_auto_increment ( &$attributes, &$field ) : void | Field attribute AUTO_INCREMENT | |
_attr_type ( &$attributes ) : void | Field attribute TYPE |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
Результат | void |
protected _attr_type ( &$attributes ) : void | ||
Результат | void |
protected string $_create_table_if | ||
Результат | string |
protected string $_drop_table_if | ||
Результат | string |