/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture/TodoLabelsFixture.php (1263B)
*/
public $fields = [
'id' => ['type' => 'integer'],
'label' => ['type' => 'string', 'null' => false],
'_constraints' => [
'primary' => ['type' => 'primary', 'columns' => ['id']],
],
];
/**
* records property
*
* @var array
*/
public $records = [];
}