历史足迹sql

This commit is contained in:
chc 2023-01-10 09:11:13 +08:00
parent 85e74014b1
commit 28b1820bfa

View File

@ -73,3 +73,4 @@ 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;
ALTER TABLE li_foot_print ADD `store_id` varchar(255) DEFAULT NULL COMMENT '店铺ID';