PHP Class LazyRecord\Schema\Column\AutoIncrementPrimaryKeyColumn

Inheritance: extends lazyrecord\schema\DeclareColumn
Show file Open project: corneltek/lazyrecord

Public Methods

Method Description
__construct ( DeclareSchema $schema, $name = 'id', $type = 'integer' )

Method Details

__construct() public method

public __construct ( DeclareSchema $schema, $name = 'id', $type = 'integer' )
$schema lazyrecord\schema\DeclareSchema