Commit c27bfeb7 by mercymodest

feat:- add sql

parent e7c69723
-- 设备表 t_device 新增字段: -- 设备表 t_device 新增字段:
...@@ -91,3 +91,7 @@ alter table t_im_push_app ...@@ -91,3 +91,7 @@ alter table t_im_push_app
alter table t_events alter table t_events
modify event_type tinyint(1) not null comment '事项类型:0 表示事项,1 表示晚餐计划,2 表示任务(原杂物) 3 餐食计划。'; modify event_type tinyint(1) not null comment '事项类型:0 表示事项,1 表示晚餐计划,2 表示任务(原杂物) 3 餐食计划。';
alter table t_user
add user_time_format tinyint null comment '用户时间格式制式 0:无意义,保证枚举的正常解析 12:12小时制式 24:24小时制式';
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