existFieldInTable("nap", "capacity")) { $this->addSql("ALTER TABLE nap ADD capacity INT NOT NULL;"); } if (!$this->existFieldInTable("nap_audit", "capacity")) { $this->addSql("ALTER TABLE nap_audit ADD capacity INT DEFAULT NULL;"); } } /** * @param Schema $schema */ public function down(Schema $schema) { // this down() migration is auto-generated, please modify it to your needs } }