648540858
2021-09-25 d6544c0c711c3a81d675b5891462e07a645ddb3b
sql/mysql.sql
@@ -23,7 +23,8 @@
    updateTime    varchar(50)  not null,
    port          int          not null,
    expires       int          not null,
    hostAddress   varchar(50)  not null
    hostAddress   varchar(50)  not null,
    charset       varchar(50)  not null
);
create table device_channel
@@ -139,6 +140,7 @@
    streamNoneReaderDelayMS int          not null,
    rtpEnable               int          not null,
    rtpPortRange            varchar(50)  not null,
    sendRtpPortRange        varchar(50)  not null,
    recordAssistPort        int          not null,
    defaultServer           int          not null,
    createTime              varchar(50)  not null,