execute("INSERT INTO `qimall_link` ( `name`, `title`, `cat_id`, `open_type`, `route`, `icon`, `remark`, `status`, `created_at`, `updated_at`) VALUES ('', '支付成功', 5, 'page', '/plugins2/Store/pay/paysuccess', '/diy/icon-set/order-5.png', '', 1, 1634096281, 1636360454);"); } /** * {@inheritdoc} */ public function safeDown() { echo "M240829021836InsertQimallLink cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M240829021836InsertQimallLink cannot be reverted.\n"; return false; } */ }