addSql('ALTER TABLE chill_main_location_type DROP editableByUsers'); } public function getDescription(): string { return 'Add editableByUsers field to ChillMain/LocationType'; } public function up(Schema $schema): void { $this->addSql('ALTER TABLE chill_main_location_type ADD editableByUsers BOOLEAN DEFAULT TRUE'); } }