addSql('ALTER TABLE watch_list ADD webhook_dsn TEXT DEFAULT NULL'); $this->addSql('COMMENT ON COLUMN watch_list.webhook_dsn IS \'(DC2Type:simple_array)\''); } public function down(Schema $schema): void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE watch_list DROP webhook_dsn'); } }