Commit 1926f3f4 by mercymodest

feat:- add sql

parent ba4929ca
alter table store_card alter table store_card
...@@ -100,6 +100,11 @@ alter table store ...@@ -100,6 +100,11 @@ alter table store
alter table store alter table store
add card_times int default 5 null comment '(临到期)次数卡次数 默认为 5'; add card_times int default 5 null comment '(临到期)次数卡次数 默认为 5';
alter table card_category
modify uuid BIGINT not null comment '主键ID';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment