PHP Class LazyRecord\Schema\Column\UUIDPrimaryKeyColumn

Inheritance: extends lazyrecord\schema\DeclareColumn
Datei anzeigen Open project: corneltek/lazyrecord

Public Methods

Method Description
__construct ( $name = 'uuid', $type = 'char', $length = 36 ) TODO: the best type for UUID in mysql is BINARY(36).

Method Details

__construct() public method

TODO: the best type for UUID in mysql is BINARY(36).
public __construct ( $name = 'uuid', $type = 'char', $length = 36 )