0 follower

Final Class Yiisoft\Db\Constant\PseudoType

InheritanceYiisoft\Db\Constant\PseudoType

Defines the available column pseudo-types.

Used to define column primary key types when creating or updating a table schema.

Constants

Hide inherited constants

Constant Value Description Defined By
BIGPK 'bigpk' Define the column pseudo-type as a big primary key. Yiisoft\Db\Constant\PseudoType
PK 'pk' Define the column pseudo-type a primary key. Yiisoft\Db\Constant\PseudoType
UBIGPK 'ubigpk' Define the column pseudo-type as an unsigned big primary key. Yiisoft\Db\Constant\PseudoType
UPK 'upk' Define the column pseudo-type as an unsigned primary key. Yiisoft\Db\Constant\PseudoType
UUID_PK 'uuid_pk' Define the column pseudo-type as an uuid primary key. Yiisoft\Db\Constant\PseudoType
UUID_PK_SEQ 'uuid_pk_seq' Define the column pseudo-type as an uuid primary key with a sequence. Yiisoft\Db\Constant\PseudoType