videoods.wx_video_recommend_ext.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "wx_video_recommend_ext",
  3. "project": "videoods",
  4. "comment": "*",
  5. "columns": [
  6. {
  7. "name": "video_id",
  8. "type": "BIGINT",
  9. "comment": "视频id,主键,对应wx_video表中的id字段"
  10. },
  11. {
  12. "name": "title",
  13. "type": "STRING",
  14. "comment": "后台自定义标题,用来在首页或者其他地方的推荐上显示"
  15. },
  16. {
  17. "name": "content",
  18. "type": "STRING",
  19. "comment": "后台自定义简介,用来在首页或者其他地方的推荐上显示"
  20. },
  21. {
  22. "name": "cover_img_path",
  23. "type": "STRING",
  24. "comment": "后台自定义封面图,用来在首页或者其他地方的推荐上显示"
  25. },
  26. {
  27. "name": "share_image_path",
  28. "type": "STRING",
  29. "comment": "后台自定义封面图对应的分享图,用来在首页或者其他地方的分享图片上显示"
  30. },
  31. {
  32. "name": "status",
  33. "type": "BIGINT",
  34. "comment": "1有效0无效"
  35. },
  36. {
  37. "name": "gmt_create",
  38. "type": "DATETIME",
  39. "comment": "创建时间"
  40. },
  41. {
  42. "name": "gmt_modified",
  43. "type": "DATETIME",
  44. "comment": "修改时间"
  45. }
  46. ],
  47. "partition_keys": [],
  48. "dataworks_tasks": [
  49. {
  50. "id": 1000416083,
  51. "name": "imp.wx_video_recommend_ext.wx_video_recommend_ext"
  52. },
  53. {
  54. "id": 1000416083,
  55. "name": "imp.wx_video_recommend_ext.wx_video_recommend_ext"
  56. }
  57. ],
  58. "upstream_tables": []
  59. }