合并pr 优化sql

This commit is contained in:
648540858
2023-10-27 18:06:46 +08:00
parent 829ff200b8
commit b7ad0a907f
5 changed files with 948 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ alter table device_channel
change status status bool default false;
alter table device_channel
change streamId stream_id varchar(50) null;
change streamId stream_id varchar(255) null;
alter table device_channel
change deviceId device_id varchar(50) not null;