Commit 1c117b00 by mercymodest

feat:- add sql

parent 095b5b1d
alter table store
alter table store
......@@ -276,6 +276,16 @@ INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_tim
VALUES ('b048ef7c3c9a4d369931b5aa622e0d79', '3', DEFAULT, DEFAULT);
# 安心付报表
INSERT INTO yoga_dev.menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('fdbaf80f066911ecbf1c00163e043412', 846782090753224704, '安心付报表', '59669c3303df11ecbf1c00163e0434b9', 1,
DEFAULT, DEFAULT, '/financial-manage/trustpay-report', 2, null);
INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('fdbaf80f066911ecbf1c00163e043412', '3', DEFAULT, DEFAULT);
alter table user_card
add renewal_date datetime 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