Commit 547d6f79 by mercymodest

feat:- add sql

parent 0922e70c
# CREATE TABLE `api_client_credentials`
# CREATE TABLE `api_client_credentials`
......@@ -328,7 +328,11 @@ alter table user_card
add last_audit_user_card_uuid bigint null comment '上次审核会员卡uuid';
alter table user_card
drop column validity_num;
alter table user_card
drop column validity_unit;
......
alter table t_events
alter table t_events
add init_event_recurrence_rules_id BIGINT null comment '初始重复规则ID,即这个事项最先开始是由什么重复规则生成的';
alter table sys_user
alter table sys_user
......@@ -97,6 +97,10 @@ alter table sys_oper_log
alter table sys_oper_log
modify error_msg text null comment '错误消息';
alter table t_user
add is_first_create_device tinyint(1) default 0 null comment ' 是否首次创建设备 0:否 1:是 2:二次请求设备列表 isFirstCreateDevice=1 设置为 2 为了定位接口逻辑是否正确,如果出现问题话, default 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