'string', 'name' => 'string', 'content_type' => 'string', 'create_time' => 'datetime', 'group' => 'string', 'key' => 'string', 'size' => 'int', ]; protected function getOptions(): array{ return array_merge(parent::getOptions(),[ 'connection' => 'immongodb', ]); } }