ALTER TABLE `live_scene` ADD COLUMN `is_auto_live` tinyint(1) NULL DEFAULT 0 COMMENT '是否自动开关播,0:关闭;1:开启' AFTER `tenant_id`;