abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); $this->addSql('ALTER TABLE promotions_marketing_gift_items ADD condition_type LONGTEXT NOT NULL COMMENT \'营销条件标准 quantity:按总件数, totalfee:按总金额\''); } /** * @param Schema $schema */ public function down(Schema $schema): void { } }