execute("INSERT INTO `qimall_global_var_map`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES ('WechatVideoShop', '微信视频小店', 'MarketingTypeMap', 1, 1, 1745311951, 1745311951); ; "); } /** * {@inheritdoc} */ public function safeDown() { echo "M250422164437InsertGlobalVarMap cannot be reverted.\n"; return false; } }