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