| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "name": "wx_video_detail",
- "project": "videoods",
- "comment": "视频详情表",
- "columns": [
- {
- "name": "id",
- "type": "BIGINT",
- "comment": ""
- },
- {
- "name": "video_id",
- "type": "BIGINT",
- "comment": ""
- },
- {
- "name": "uid",
- "type": "BIGINT",
- "comment": ""
- },
- {
- "name": "gmt_create",
- "type": "DATETIME",
- "comment": ""
- },
- {
- "name": "app_type",
- "type": "BIGINT",
- "comment": ""
- },
- {
- "name": "barrage_switch",
- "type": "BIGINT",
- "comment": "弹幕开关 1打开 -1关闭"
- },
- {
- "name": "barrage_count",
- "type": "BIGINT",
- "comment": "弹幕数"
- },
- {
- "name": "comment_count",
- "type": "BIGINT",
- "comment": "评论数"
- },
- {
- "name": "share_image_path",
- "type": "STRING",
- "comment": "分享到微信会话的图片的宽高比为5:4底片的路径"
- },
- {
- "name": "descr",
- "type": "STRING",
- "comment": "视频简介"
- },
- {
- "name": "sample_request_id",
- "type": "STRING",
- "comment": "试看视频的转码任务请求id"
- },
- {
- "name": "sample_job_id",
- "type": "STRING",
- "comment": "试看视频的转码任务id"
- },
- {
- "name": "sample_transcode_status",
- "type": "BIGINT",
- "comment": "试看视频的转码任务状态(1:发送转码失败,2:转码中,3:转码完成,4:转码失败,5是不需要发送转码,此状态只针对于detail表而言)"
- },
- {
- "name": "sample_transed_video_path",
- "type": "STRING",
- "comment": "试看视频的转码后的视频路径"
- },
- {
- "name": "charge",
- "type": "BIGINT",
- "comment": "0 免费 1收费"
- },
- {
- "name": "price",
- "type": "BIGINT",
- "comment": "金额 单位 分"
- },
- {
- "name": "sample_total_time",
- "type": "BIGINT",
- "comment": "试看时长"
- },
- {
- "name": "sample_transed_datetime",
- "type": "DATETIME",
- "comment": "试看视频转完码的时间点"
- },
- {
- "name": "allow_ios_play",
- "type": "BIGINT",
- "comment": "是否允许ios端播放,0不允许,1 允许"
- },
- {
- "name": "pay_count",
- "type": "BIGINT",
- "comment": "支付过的人数"
- },
- {
- "name": "cus_title",
- "type": "STRING",
- "comment": "自定义标题"
- },
- {
- "name": "cus_desc",
- "type": "STRING",
- "comment": "自定义简介"
- },
- {
- "name": "task_status",
- "type": "BIGINT",
- "comment": "0 未处理,1 已处理"
- },
- {
- "name": "discern_status",
- "type": "BIGINT",
- "comment": "0 未检测 1 不需要检测 2 检测通过 3检测失败"
- },
- {
- "name": "view_count",
- "type": "BIGINT",
- "comment": "曝光次数"
- }
- ],
- "partition_keys": [],
- "dataworks_tasks": [
- {
- "id": 1000416082,
- "name": "imp.wx_video_detail.wx_video_detail"
- },
- {
- "id": 1000416082,
- "name": "imp.wx_video_detail.wx_video_detail"
- }
- ],
- "upstream_tables": []
- }
|