Commit 034d265e by mercymodest

feat:- add sql

parent 5afd996c
alter table t_device_group alter table t_device_group
...@@ -125,4 +125,7 @@ alter table t_im_push_app ...@@ -125,4 +125,7 @@ alter table t_im_push_app
modify device_id bigint null comment '设备ID'; modify device_id bigint null comment '设备ID';
alter table t_im_push_app alter table t_im_push_app
add system_device_serial_number varchar(200) null comment '设备序列号(系统唯一,序列号激活设备流程)' after message_type; add system_device_serial_number varchar(200) null comment '设备序列号(系统唯一,序列号激活设备流程)' after message_type;
\ No newline at end of file
alter table t_events
modify event_type tinyint(1) not null comment '事项类型:0 表示事项,1 表示晚餐计划,2 表示任务(原杂物) 3 餐食计划。';
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