videoods.topic.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "topic",
  3. "project": "videoods",
  4. "comment": "社区-话题",
  5. "columns": [
  6. {
  7. "name": "id",
  8. "type": "BIGINT",
  9. "comment": "id"
  10. },
  11. {
  12. "name": "name",
  13. "type": "STRING",
  14. "comment": "话题名称"
  15. },
  16. {
  17. "name": "introduction",
  18. "type": "STRING",
  19. "comment": "话题简介"
  20. },
  21. {
  22. "name": "image_1_1_path",
  23. "type": "STRING",
  24. "comment": "1:1封面图片地址"
  25. },
  26. {
  27. "name": "image_16_9_path",
  28. "type": "STRING",
  29. "comment": "16:9封面图片地址"
  30. },
  31. {
  32. "name": "image_9_16_path",
  33. "type": "STRING",
  34. "comment": "9:16封面图片地址"
  35. },
  36. {
  37. "name": "audit_status",
  38. "type": "BIGINT",
  39. "comment": "审核状态:0 未审 1 已审"
  40. },
  41. {
  42. "name": "is_participatory",
  43. "type": "BIGINT",
  44. "comment": "是否可参与:0 否 1 是"
  45. },
  46. {
  47. "name": "distribution_state",
  48. "type": "BIGINT",
  49. "comment": "分发状态:0 不通过 1 不可搜 2 可搜索 3 可推荐"
  50. },
  51. {
  52. "name": "create_uid",
  53. "type": "BIGINT",
  54. "comment": "话题创建者uid, 0为管理员创建"
  55. },
  56. {
  57. "name": "hot_score",
  58. "type": "DECIMAL",
  59. "comment": "热度值"
  60. },
  61. {
  62. "name": "participant_num",
  63. "type": "BIGINT",
  64. "comment": "参与值:参与人数"
  65. },
  66. {
  67. "name": "data_status",
  68. "type": "BIGINT",
  69. "comment": "是否有效:0无效 1有效,默认有效"
  70. },
  71. {
  72. "name": "create_time",
  73. "type": "DATETIME",
  74. "comment": "创建时间"
  75. },
  76. {
  77. "name": "update_time",
  78. "type": "DATETIME",
  79. "comment": "更新时间"
  80. }
  81. ],
  82. "partition_keys": [],
  83. "dataworks_tasks": [
  84. {
  85. "id": 1001894077,
  86. "name": "imp.topic"
  87. },
  88. {
  89. "id": 1001894077,
  90. "name": "imp.topic"
  91. }
  92. ],
  93. "upstream_tables": []
  94. }