Commit 2109fbd6 by mercymodest

feat:- add sql

parent 5548bbf1
INSERT INTO yoga_dev.menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes) INSERT INTO yoga_dev.menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
...@@ -2,3 +2,6 @@ INSERT INTO yoga_dev.menus (uuid, company_uuid, name, parent_uuid, sort, create_ ...@@ -2,3 +2,6 @@ INSERT INTO yoga_dev.menus (uuid, company_uuid, name, parent_uuid, sort, create_
VALUES ('5da8d4f489f74afa94b00b85d13f177d', 846782090753224704, '设置每月可约次数', 'a57751d303eb11ecbf1c00163e0434b9', VALUES ('5da8d4f489f74afa94b00b85d13f177d', 846782090753224704, '设置每月可约次数', 'a57751d303eb11ecbf1c00163e0434b9',
14, DEFAULT, DEFAULT, DEFAULT, 2, DEFAULT); 14, DEFAULT, DEFAULT, DEFAULT, 2, DEFAULT);
INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('5da8d4f489f74afa94b00b85d13f177d', '3', DEFAULT, DEFAULT);
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