sql脚本补全

pull/524/head
648540858 2022-06-14 15:09:06 +08:00
parent e0344ccf97
commit dfd1d257e2
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ CREATE TABLE `stream_push` (
`createStamp` bigint(20) DEFAULT NULL, `createStamp` bigint(20) DEFAULT NULL,
`aliveSecond` int(11) DEFAULT NULL, `aliveSecond` int(11) DEFAULT NULL,
`mediaServerId` varchar(50) DEFAULT NULL, `mediaServerId` varchar(50) DEFAULT NULL,
`serverId` varchar(50) not NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
UNIQUE KEY `stream_push_pk` (`app`,`stream`) UNIQUE KEY `stream_push_pk` (`app`,`stream`)
) ENGINE=InnoDB AUTO_INCREMENT=300838 DEFAULT CHARSET=utf8mb4; ) ENGINE=InnoDB AUTO_INCREMENT=300838 DEFAULT CHARSET=utf8mb4;