sql脚本补全
This commit is contained in:
parent
2a7090acd7
commit
207af49d76
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user