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