/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/tests/Fixture/AuthorsFixture.php (1240B)
['type' => 'integer'],
'name' => ['type' => 'string', 'default' => null],
'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]],
];
/**
* records property
*
* @var array
*/
public $records = [
['name' => 'mariano'],
['name' => 'nate'],
['name' => 'larry'],
['name' => 'garrett'],
];
}