execute($sql); } catch (\Exception $e) { \Yii::error('地区表数据迁移失败:' . $e->getMessage()); } } /** * {@inheritdoc} */ public function safeDown() { echo "M230601092416UpdateQimallRegion cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M230529103356InsertQimallMenu cannot be reverted.\n"; return false; } */ }