Property | Type | Description | |
---|---|---|---|
$_default | string | DEFAULT value representation in CREATE/ALTER TABLE statements | |
$_rename_table | string | RENAME TABLE 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 | |
_attr_unique ( &$attributes, &$field ) : void | Field attribute UNIQUE |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
return | void |
protected _attr_type ( &$attributes ) : void | ||
return | void |
protected _attr_unique ( &$attributes, &$field ) : void | ||
return | void |
protected string $_default | ||
return | string |
protected string $_rename_table | ||
return | string |