['type' => 'integer'], 'comment' => ['type' => 'string', 'length' => 255, 'null' => false], 'url' => ['type' => 'string', 'length' => 255, 'null' => false], 'title' => ['type' => 'string', 'length' => 255, 'null' => false], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]], ]; /** * @var array */ public array $records = [ ]; }