LazyRecord\Schema\MixinSchemaDeclare::build PHP Méthode

build() public méthode

Build schema.
public build ( array $options = [] )
$options array
    public function build(array $options = array())
    {
        $this->schema($options);
        // we don't need primary field (id) for mixin schema
    }