execute("ALTER TABLE `qimall_addons_wechat_video_shop_express_template` ADD COLUMN `goods_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '商品ID' AFTER `shop_id`, ADD INDEX `goods_id` (`goods_id`);"); } /** * {@inheritdoc} */ public function safeDown() { echo "M230829084238WechatVideoShopAddField cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M230829084238WechatVideoShopAddField cannot be reverted.\n"; return false; } */ }