Commit 61430ca0 by mercymodest

feat:- add sql

parent b5b50124
create index user_card_audit_log_user_card_uuid_index
create index user_card_audit_log_user_card_uuid_index
create index user_card_audit_log_user_card_uuid_index
on user_card_audit_log (user_card_uuid);
\ No newline at end of file
on user_card_audit_log (user_card_uuid);
INSERT INTO menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('ac9e3db7f5fe448491550e46fe1012b7', 846782090753224704, '批量变更授课教练', 'adfbde7103eb11ecbf1c00163e0434b9',
18, DEFAULT, DEFAULT, DEFAULT, 2, DEFAULT);
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('ac9e3db7f5fe448491550e46fe1012b7', '3', DEFAULT, DEFAULT);
drop index uk_coach_user_card on user_card_coach;
alter table user_card
add receipt_date date null comment '收款日期 yyyy-MM-dd';
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