Commit c8d90021 by mercymodest

feat:- add sql

parent d4067093
# alter table store_card # alter table store_card
...@@ -161,16 +161,16 @@ ...@@ -161,16 +161,16 @@
# create index user_management_records_store_uuid_index # create index user_management_records_store_uuid_index
# on user_management_records (store_uuid); # on user_management_records (store_uuid);
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time) # INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('53d789d464534cca867a8113115a8092', '63e78524f7ae4ae082be7aba95094247', DEFAULT, DEFAULT); # VALUES ('53d789d464534cca867a8113115a8092', '63e78524f7ae4ae082be7aba95094247', DEFAULT, DEFAULT);
#
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time) # INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('ac0c8a7eedd8442c86eafaf0d1fd9ac3', '63e78524f7ae4ae082be7aba95094247', DEFAULT, DEFAULT); # VALUES ('ac0c8a7eedd8442c86eafaf0d1fd9ac3', '63e78524f7ae4ae082be7aba95094247', DEFAULT, DEFAULT);
#
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time) # INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('e77ffce67fa54633ac6b87c0ea693d1b', '63e78524f7ae4ae082be7aba95094247', DEFAULT, DEFAULT); # VALUES ('e77ffce67fa54633ac6b87c0ea693d1b', '63e78524f7ae4ae082be7aba95094247', 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