Skip to content

Commit

Permalink
历史足迹sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Sectet1ove committed Jan 10, 2023
1 parent 85e7401 commit 28b1820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DB/version4.2.5toMASTER.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ 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';

0 comments on commit 28b1820

Please sign in to comment.