videoods.wx_video_status.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "wx_video_status",
  3. "project": "videoods",
  4. "comment": "*",
  5. "columns": [
  6. {
  7. "name": "video_id",
  8. "type": "BIGINT",
  9. "comment": "视频id,wx_video表的主键"
  10. },
  11. {
  12. "name": "video_uid",
  13. "type": "BIGINT",
  14. "comment": "视频所属的用户id"
  15. },
  16. {
  17. "name": "audit_status",
  18. "type": "BIGINT",
  19. "comment": "审核状态 1 审核中,2 不通过 3 待修改,4 自己可见 5 通过 "
  20. },
  21. {
  22. "name": "audit_transcation_id",
  23. "type": "STRING",
  24. "comment": "审核的事务id,如果审核状态变为待修改时,则此字段要赋值,以和审核提交资料的表中的记录对应起来"
  25. },
  26. {
  27. "name": "charge_examine_status",
  28. "type": "BIGINT",
  29. "comment": "付费审核状态,1已审,0未审"
  30. },
  31. {
  32. "name": "video_status",
  33. "type": "BIGINT",
  34. "comment": "视频的数据状态,1有效,2 已删除,3 已屏蔽,4关注可见,5分享可见,6自己可见"
  35. },
  36. {
  37. "name": "examine_status",
  38. "type": "BIGINT",
  39. "comment": "上传审核状态(0:上传未审,1:上传已审)"
  40. },
  41. {
  42. "name": "recommend_status",
  43. "type": "BIGINT",
  44. "comment": "推荐状态(0:未推荐,-6:待推荐,1:普通推荐,10:编辑推荐,-7:可搜索)"
  45. },
  46. {
  47. "name": "sensitive_status",
  48. "type": "BIGINT",
  49. "comment": "内容敏感状态(0:未检验,1:不敏感,2:敏感,3:敏感已审)"
  50. },
  51. {
  52. "name": "stage_recommend_examine_status",
  53. "type": "BIGINT",
  54. "comment": "待推荐审核状态(0:待推荐未审,1:待推荐已审"
  55. },
  56. {
  57. "name": "video_gmt_create",
  58. "type": "DATETIME",
  59. "comment": "视频的发布日期"
  60. },
  61. {
  62. "name": "video_gmt_create_timestamp",
  63. "type": "BIGINT",
  64. "comment": "视频的发布时间戳"
  65. },
  66. {
  67. "name": "original_status",
  68. "type": "BIGINT",
  69. "comment": "视频的原始数据状态,1有效,2 已删除,3 已屏蔽,4关注可见,5分享可见,6自己可见"
  70. },
  71. {
  72. "name": "is_reupload",
  73. "type": "BIGINT",
  74. "comment": "是否重新提交过审核资料,0未提交过,1 重新提交过审核"
  75. },
  76. {
  77. "name": "app_recommend_status",
  78. "type": "BIGINT",
  79. "comment": ""
  80. }
  81. ],
  82. "partition_keys": [],
  83. "dataworks_tasks": [
  84. {
  85. "id": 1000500735,
  86. "name": "wx_video_status"
  87. },
  88. {
  89. "id": 1000500735,
  90. "name": "wx_video_status"
  91. }
  92. ],
  93. "upstream_tables": []
  94. }