addSql('COMMENT ON COLUMN chill_person_accompanying_period_closingmotive.name IS NULL'); } public function down(Schema $schema) : void { $this->addSql('COMMENT ON COLUMN chill_person_accompanying_period_closingmotive.name IS \'(DC2Type:json_array)\''); } }