/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/tests/Fixture/NullableAuthorsFixture.php (1152B)
['type' => 'integer'],
'author_id' => ['type' => 'integer', 'null' => true],
'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]],
];
/**
* records property
*
* @var array
*/
public $records = [
['author_id' => 3],
['author_id' => null],
];
}