bug--数据库脚本最新导出3.1
This commit is contained in:
@ -25,6 +25,11 @@ ALTER TABLE yx_store_product_attr_value ADD COLUMN seckill_price DECIMAL(10,2) N
|
||||
ALTER TABLE yx_store_product_attr_value ADD COLUMN seckill_stock INT(10) NOT NULL COMMENT '秒杀库存' AFTER seckill_price;
|
||||
ALTER TABLE yx_wechat_template ADD COLUMN type VARCHAR(30) COMMENT '类型:template:模板消息 subscribe:订阅消息' AFTER is_del;
|
||||
|
||||
-- ----------------------------
|
||||
-- 足迹菜单添加
|
||||
-- ----------------------------
|
||||
INSERT INTO `yx_system_group_data` VALUES (225, 'yshop_my_menus', '{\"imageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\"],\"uniapp_url\":\"/pages/shop/GoodsFoot/index\",\"name\":\"我的足迹\",\"id\":225,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"sort\":10,\"url\":\"\",\"wxapp_url\":\"\",\"status\":1}', '2020-09-11 09:39:21', '2020-09-11 09:40:49', 10, 1, 0);
|
||||
|
||||
-- ----------------------------
|
||||
-- 菜单添加
|
||||
-- ----------------------------
|
||||
|
Reference in New Issue
Block a user