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