create()
create(\Cake\Datasource\ConnectionInterface $db) : boolean
Create the fixture schema/mapping/definition
Parameters
\Cake\Datasource\ConnectionInterface | $db | An instance of the connection the fixture should be created on. |
Returns
boolean —True on success, false on failure.