Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop

This commit is contained in:
Chopper711 2023-01-10 09:25:24 +08:00
commit 3a63f87807

View File

@ -72,4 +72,8 @@ ALTER TABLE li_order ADD `store_address_mobile` varchar(255) CHARACTER SET utf8
/**
*/
ALTER TABLE li_store ADD `self_pick_flag` bit(1) DEFAULT NULL;
ALTER TABLE li_store ADD `self_pick_flag` bit(1) DEFAULT NULL;
/**
Id
*/
ALTER TABLE li_foot_print ADD `store_id` varchar(255) DEFAULT NULL COMMENT '店铺ID';