'string', 'value' => 'string', 'description' => 'string', 'create_time' => 'datetime', 'update_time' => 'datetime', ]; protected function getOptions(): array{ return array_merge(parent::getOptions(),[ 'connection' => 'immongodb', ]); } }