['type' => 'string', 'length' => 32], 'published' => ['type' => 'boolean', 'null' => false], 'name' => ['type' => 'string', 'null' => false], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]], ]; /** * records property * * @var array */ public $records = [ ]; }