execute($sql); } catch (\Exception $e) { echo "Error modifying column in table qimall_addons_printer_log: " . $e->getMessage() . "\n"; } } /** * {@inheritdoc} */ public function safeDown() { echo "M240726033257UpdateQimallPrintLogTable cannot be reverted.\n"; return false; } }