/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture/BakeCommentsFixture.php (1622B)
*/
public $fields = [
'otherid' => ['type' => 'integer'],
'bake_article_id' => ['type' => 'integer', 'null' => false],
'bake_user_id' => ['type' => 'integer', 'null' => false],
'comment' => 'text',
'published' => ['type' => 'string', 'length' => 1, 'default' => 'N'],
'created' => ['type' => 'datetime', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null],
'updated' => ['type' => 'datetime', 'length' => null, 'null' => true, 'default' => null, 'comment' => '', 'precision' => null],
'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['otherid']]],
];
/**
* records property
*
* @var array
*/
public $records = [];
}