['type' => 'integer'], 'title' => ['type' => 'string'], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]] ]; /** * records property * * @var array */ public $records = [ ['title' => 'foo'], ['title' => 'bar'], ]; }