Commit 4b2ad363 by mercymodest

feat:- add sql

parent 7c43a613
alter table store alter table store
...@@ -269,6 +269,13 @@ INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_tim ...@@ -269,6 +269,13 @@ INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_tim
VALUES ('b048ef7c3c9a4d369931b5aa622e0d79', 'a2a28d991f4b11ecbf1c00163e0434b9', DEFAULT, DEFAULT); VALUES ('b048ef7c3c9a4d369931b5aa622e0d79', 'a2a28d991f4b11ecbf1c00163e0434b9', DEFAULT, DEFAULT);
INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('a7bd24ee967948ac8535769818b46759', '3', DEFAULT, DEFAULT);
INSERT INTO yoga_dev.group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('b048ef7c3c9a4d369931b5aa622e0d79', '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