Final Class Yiisoft\Db\Constant\ColumnType
| Inheritance | Yiisoft\Db\Constant\ColumnType |
|---|
Defines the available abstract column types.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| ARRAY | 'array' |
Define the abstract column type as array.
|
Yiisoft\Db\Constant\ColumnType |
| BIGINT | 'bigint' |
Define the abstract column type as bigint.
|
Yiisoft\Db\Constant\ColumnType |
| BINARY | 'binary' |
Define the abstract column type as binary.
|
Yiisoft\Db\Constant\ColumnType |
| BIT | 'bit' |
Define the abstract column type as bit.
|
Yiisoft\Db\Constant\ColumnType |
| BOOLEAN | 'boolean' |
Define the abstract column type as boolean.
|
Yiisoft\Db\Constant\ColumnType |
| CHAR | 'char' |
Define the abstract column type as char.
|
Yiisoft\Db\Constant\ColumnType |
| DATE | 'date' |
Define the abstract column type as date.
|
Yiisoft\Db\Constant\ColumnType |
| DATETIME | 'datetime' |
Define the abstract column type as datetime.
|
Yiisoft\Db\Constant\ColumnType |
| DATETIMETZ | 'datetimetz' |
Define the abstract column type as datetimetz.
|
Yiisoft\Db\Constant\ColumnType |
| DECIMAL | 'decimal' |
Define the abstract column type as decimal.
|
Yiisoft\Db\Constant\ColumnType |
| DOUBLE | 'double' |
Define the abstract column type as double.
|
Yiisoft\Db\Constant\ColumnType |
| ENUM | 'enum' |
Define the abstract column type as enum.
|
Yiisoft\Db\Constant\ColumnType |
| FLOAT | 'float' |
Define the abstract column type as float.
|
Yiisoft\Db\Constant\ColumnType |
| INTEGER | 'integer' |
Define the abstract column type as integer.
|
Yiisoft\Db\Constant\ColumnType |
| JSON | 'json' |
Define the abstract column type as json.
|
Yiisoft\Db\Constant\ColumnType |
| MONEY | 'money' |
Define the abstract column type as money.
|
Yiisoft\Db\Constant\ColumnType |
| SMALLINT | 'smallint' |
Define the abstract column type as smallint.
|
Yiisoft\Db\Constant\ColumnType |
| STRING | 'string' |
Define the abstract column type as string.
|
Yiisoft\Db\Constant\ColumnType |
| STRUCTURED | 'structured' |
Define the abstract column type as structured.
|
Yiisoft\Db\Constant\ColumnType |
| TEXT | 'text' |
Define the abstract column type as text.
|
Yiisoft\Db\Constant\ColumnType |
| TIME | 'time' |
Define the abstract column type as time.
|
Yiisoft\Db\Constant\ColumnType |
| TIMESTAMP | 'timestamp' |
Define the abstract column type as timestamp.
|
Yiisoft\Db\Constant\ColumnType |
| TIMETZ | 'timetz' |
Define the abstract column type as timetz.
|
Yiisoft\Db\Constant\ColumnType |
| TINYINT | 'tinyint' |
Define the abstract column type as tinyint.
|
Yiisoft\Db\Constant\ColumnType |
| UUID | 'uuid' |
Define the abstract column type as uuid.
|
Yiisoft\Db\Constant\ColumnType |
Signup or Login in order to comment.