Commit ad0c9c92 by mercymodest

feat:- add sql

parent 10f318c2
alter table t_device_group alter table t_device_group
...@@ -105,4 +105,9 @@ alter table t_im_push_app ...@@ -105,4 +105,9 @@ alter table t_im_push_app
alter table t_user_device alter table t_user_device
add device_type tinyint default 0 null comment '设备类型 0:相框 1:AI闹钟 default 0'; add device_type tinyint default 0 null comment '设备类型 0:相框 1:AI闹钟 default 0';
alter table t_user_device_codes
add system_device_serial_number varchar(200) null comment '设备序列号(系统唯一,序列号激活设备流程) t_device_serial_number.device_serial_number' after device_type;
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