addSql('ALTER TABLE og_live ADD `default` TINYINT(1) DEFAULT NULL'); $this->addSql('ALTER TABLE pxe_boot_file ADD synchronized TINYINT(1) DEFAULT NULL'); } public function down(Schema $schema): void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE og_live DROP `default`'); $this->addSql('ALTER TABLE pxe_boot_file DROP synchronized'); } }