abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); $this->addSql("UPDATE aliyunsms_scene SET template_type='1' WHERE scene_title='order_pickup'"); } /** * @param Schema $schema */ public function down(Schema $schema): void { } }