['type' => 'integer'], 'title' => ['type' => 'string', 'null' => false], 'slug' => ['type' => 'string', 'null' => false], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]] ); /** * records property * * @var array */ public $records = array( array('title' => 'Foo', 'slug' => 'foo'), ); }