execute($sql); } catch (\Exception $e) { echo '迁移失败:' . $e->getMessage(); } } /** * {@inheritdoc} */ public function safeDown() { echo "M240919120545AlterAddonsStoreSettings cannot be reverted.\n"; return false; } }