videoods.wx_video_detail.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "wx_video_detail",
  3. "project": "videoods",
  4. "comment": "视频详情表",
  5. "columns": [
  6. {
  7. "name": "id",
  8. "type": "BIGINT",
  9. "comment": ""
  10. },
  11. {
  12. "name": "video_id",
  13. "type": "BIGINT",
  14. "comment": ""
  15. },
  16. {
  17. "name": "uid",
  18. "type": "BIGINT",
  19. "comment": ""
  20. },
  21. {
  22. "name": "gmt_create",
  23. "type": "DATETIME",
  24. "comment": ""
  25. },
  26. {
  27. "name": "app_type",
  28. "type": "BIGINT",
  29. "comment": ""
  30. },
  31. {
  32. "name": "barrage_switch",
  33. "type": "BIGINT",
  34. "comment": "弹幕开关 1打开 -1关闭"
  35. },
  36. {
  37. "name": "barrage_count",
  38. "type": "BIGINT",
  39. "comment": "弹幕数"
  40. },
  41. {
  42. "name": "comment_count",
  43. "type": "BIGINT",
  44. "comment": "评论数"
  45. },
  46. {
  47. "name": "share_image_path",
  48. "type": "STRING",
  49. "comment": "分享到微信会话的图片的宽高比为5:4底片的路径"
  50. },
  51. {
  52. "name": "descr",
  53. "type": "STRING",
  54. "comment": "视频简介"
  55. },
  56. {
  57. "name": "sample_request_id",
  58. "type": "STRING",
  59. "comment": "试看视频的转码任务请求id"
  60. },
  61. {
  62. "name": "sample_job_id",
  63. "type": "STRING",
  64. "comment": "试看视频的转码任务id"
  65. },
  66. {
  67. "name": "sample_transcode_status",
  68. "type": "BIGINT",
  69. "comment": "试看视频的转码任务状态(1:发送转码失败,2:转码中,3:转码完成,4:转码失败,5是不需要发送转码,此状态只针对于detail表而言)"
  70. },
  71. {
  72. "name": "sample_transed_video_path",
  73. "type": "STRING",
  74. "comment": "试看视频的转码后的视频路径"
  75. },
  76. {
  77. "name": "charge",
  78. "type": "BIGINT",
  79. "comment": "0 免费 1收费"
  80. },
  81. {
  82. "name": "price",
  83. "type": "BIGINT",
  84. "comment": "金额 单位 分"
  85. },
  86. {
  87. "name": "sample_total_time",
  88. "type": "BIGINT",
  89. "comment": "试看时长"
  90. },
  91. {
  92. "name": "sample_transed_datetime",
  93. "type": "DATETIME",
  94. "comment": "试看视频转完码的时间点"
  95. },
  96. {
  97. "name": "allow_ios_play",
  98. "type": "BIGINT",
  99. "comment": "是否允许ios端播放,0不允许,1 允许"
  100. },
  101. {
  102. "name": "pay_count",
  103. "type": "BIGINT",
  104. "comment": "支付过的人数"
  105. },
  106. {
  107. "name": "cus_title",
  108. "type": "STRING",
  109. "comment": "自定义标题"
  110. },
  111. {
  112. "name": "cus_desc",
  113. "type": "STRING",
  114. "comment": "自定义简介"
  115. },
  116. {
  117. "name": "task_status",
  118. "type": "BIGINT",
  119. "comment": "0 未处理,1 已处理"
  120. },
  121. {
  122. "name": "discern_status",
  123. "type": "BIGINT",
  124. "comment": "0 未检测 1 不需要检测 2 检测通过 3检测失败"
  125. },
  126. {
  127. "name": "view_count",
  128. "type": "BIGINT",
  129. "comment": "曝光次数"
  130. }
  131. ],
  132. "partition_keys": [],
  133. "dataworks_tasks": [
  134. {
  135. "id": 1000416082,
  136. "name": "imp.wx_video_detail.wx_video_detail"
  137. },
  138. {
  139. "id": 1000416082,
  140. "name": "imp.wx_video_detail.wx_video_detail"
  141. }
  142. ],
  143. "upstream_tables": []
  144. }