Property | Type | Description | |
---|---|---|---|
$_create_database | string | CREATE DATABASE statement | |
$_drop_database | string | DROP DATABASE statement | |
$_drop_table_if | string | DROP TABLE IF statement | |
$_unsigned | boolean | array | UNSIGNED support |
Method | Description | |
---|---|---|
_alter_table ( string $alter_type, string $table, mixed $field ) : string | string[] | ALTER TABLE | |
_attr_auto_increment ( &$attributes, &$field ) : void | Field attribute AUTO_INCREMENT |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
return | void |
protected string $_create_database | ||
return | string |
protected string $_drop_database | ||
return | string |
protected string $_drop_table_if | ||
return | string |