Commit e3e82f97 by mercymodest

feat:- add sql

parent 7e2ae364
alter table store_card
alter table store_card
......@@ -125,6 +125,14 @@ INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('e77ffce67fa54633ac6b87c0ea693d1b', '3', DEFAULT, DEFAULT);
alter table user_card
add main_card_amount decimal(16, 2) null comment '主卡余额';
alter table user_card
add gift_amount decimal(16, 2) null comment '赠送余额';
......
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