sql/mysql.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
sql/mysql.sql
@@ -111,6 +111,7 @@ create table gb_stream ( id int auto_increment, app varchar(255) not null, stream varchar(255) not null, gbId varchar(50) not null, @@ -120,6 +121,7 @@ streamType varchar(50) null, mediaServerId varchar(50) null, status int null, createStamp int null, primary key (app, stream, gbId) );