添加sql字段

This commit is contained in:
648540858
2023-06-20 14:25:01 +08:00
parent a7bf29a4cb
commit 96d2a27d41
2 changed files with 5 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ alter table device
alter table device
change online on_line varchar(50) null;
alter table device
add COLUMN switch_primary_sub_stream bool default false comment '开启主子码流切换的开关0-不开启1-开启)现在已知支持设备为 大华、TP——LINK全系设备'
alter table device_alarm
change deviceId device_id varchar(50) not null;