zbpt/db/weiyan_20210115.sql
小黄狗横扫士力架 bfc6a73c2f first commit
2022-12-28 09:45:16 +08:00

9 lines
470 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `live_scene_live_info`
MODIFY COLUMN `info_type` smallint(6) NULL DEFAULT NULL COMMENT '类型,1:记者2直播间,3第三方拉流' AFTER `info_name`,
ADD COLUMN `pull_start` datetime NULL COMMENT '拉流开始时间' AFTER `tenant_id`,
ADD COLUMN `pull_end` datetime NULL COMMENT '拉流结束时间' AFTER `pull_start`;
ALTER TABLE `live_scene_live_info_ext`
ADD COLUMN `pull_url` varchar(500) NULL COMMENT '拉流地址' AFTER `tenant_id`;