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