/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/Fixture/PostsFixture.php (1784B)
['type' => 'uuid', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null],
'title' => ['type' => 'string', 'length' => 255, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null],
'user_id' => ['type' => 'uuid', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null],
'_constraints' => [
'primary' => ['type' => 'primary', 'columns' => ['id'], 'length' => []],
],
'_options' => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
],
];
// @codingStandardsIgnoreEnd
/**
* Records
*
* @var array
*/
public $records = [
[
'id' => '00000000-0000-0000-0000-000000000001',
'title' => 'post-1',
'user_id' => '00000000-0000-0000-0000-000000000001',
],
[
'id' => '00000000-0000-0000-0000-000000000002',
'title' => 'post-2',
'user_id' => '00000000-0000-0000-0000-000000000002',
],
];
}