/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/tests/Fixture/SectionsMembersFixture.php (1251B)
['type' => 'integer'],
'section_id' => ['type' => 'integer'],
'member_id' => ['type' => 'integer'],
'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]],
];
/**
* records property
*
* @var array
*/
public $records = [
['section_id' => 1, 'member_id' => 1],
['section_id' => 2, 'member_id' => 1],
];
}