throwIrreversibleMigrationException(); } public function getDescription(): string { return 'remove comment on deprecated json_array type'; } public function up(Schema $schema): void { $columns = [ 'chill_docgen_template.name', ]; foreach ($columns as $col) { $this->addSql("COMMENT ON COLUMN {$col} IS NULL"); } } }