getTableSchema()
getTableSchema() : \Cake\Database\Schema\TableSchemaInterface|null
Get and set the schema for this fixture.
Defines the interface for getting the schema.
getTableSchema() : \Cake\Database\Schema\TableSchemaInterface|null
Get and set the schema for this fixture.
setTableSchema(\Cake\Database\Schema\TableSchemaInterface $schema) : $this
Get and set the schema for this fixture.
\Cake\Database\Schema\TableSchemaInterface | $schema | The table to set. |
Loading…