Property | Type | Description | |
---|---|---|---|
$_create_table_if | string | CREATE TABLE IF statement | |
$_drop_table_if | string | DROP TABLE IF statement | |
$_unsigned | 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 | |
_attr_type ( &$attributes ) : void | Field attribute TYPE |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
return | void |
protected _attr_type ( &$attributes ) : void | ||
return | void |
protected string $_create_table_if | ||
return | string |
protected string $_drop_table_if | ||
return | string |