PHP Class LazyRecord\Schema\Column\AutoIncrementPrimaryKeyColumn

Inheritance: extends LazyRecord\Schema\DeclareColumn
Datei anzeigen 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