Commit b424e55e by mercymodest

feat:- add sql

parent 61430ca0
create index user_card_audit_log_user_card_uuid_index
# alter table user_card
# add receipt_date date null comment '收款日期 yyyy-MM-dd';
create index user_card_audit_log_user_card_uuid_index
on user_card_audit_log (user_card_uuid);
......@@ -10,7 +15,5 @@ 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';
alter table t_events
# alter table t_events
alter table t_events
add init_event_recurrence_rules_id BIGINT null comment '初始重复规则ID,即这个事项最先开始是由什么重复规则生成的';
alter table t_events
add is_reminded_on_device TINYINT default 0 null comment '事项是否已经在终端提醒 0:未提醒 1:已提醒 default:0';
alter table t_user_device
add visibility_status tinyint(1) default 0 null comment '是否隐藏 0:否 1:是 默认:0';
# alter table t_events
# add init_event_recurrence_rules_id BIGINT null comment '初始重复规则ID,即这个事项最先开始是由什么重复规则生成的';
#
# alter table t_events
# add is_reminded_on_device TINYINT default 0 null comment '事项是否已经在终端提醒 0:未提醒 1:已提醒 default:0';
#
# alter table t_user_device
# add visibility_status tinyint(1) default 0 null comment '是否隐藏 0:否 1:是 默认:0';
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