Commit dfd1d257e2592dd9b58334a1167873a736733f62
1 parent
e0344ccf
sql脚本补全
Showing
1 changed file
with
1 additions
and
0 deletions
sql/mysql.sql
| ... | ... | @@ -469,6 +469,7 @@ CREATE TABLE `stream_push` ( |
| 469 | 469 | `createStamp` bigint(20) DEFAULT NULL, |
| 470 | 470 | `aliveSecond` int(11) DEFAULT NULL, |
| 471 | 471 | `mediaServerId` varchar(50) DEFAULT NULL, |
| 472 | + `serverId` varchar(50) not NULL, | |
| 472 | 473 | PRIMARY KEY (`id`), |
| 473 | 474 | UNIQUE KEY `stream_push_pk` (`app`,`stream`) |
| 474 | 475 | ) ENGINE=InnoDB AUTO_INCREMENT=300838 DEFAULT CHARSET=utf8mb4; | ... | ... |