Свойство | Тип | Описание | |
---|---|---|---|
$_default | string | DEFAULT value representation in CREATE/ALTER TABLE statements | |
$_rename_table | string | RENAME 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 | |
_attr_unique ( &$attributes, &$field ) : void | Field attribute UNIQUE |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
Результат | void |
protected _attr_type ( &$attributes ) : void | ||
Результат | void |
protected _attr_unique ( &$attributes, &$field ) : void | ||
Результат | void |
protected string $_default | ||
Результат | string |
protected string $_rename_table | ||
Результат | string |