videoods.wx_video_pwd.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "wx_video_pwd",
  3. "project": "videoods",
  4. "comment": "*",
  5. "columns": [
  6. {
  7. "name": "video_id",
  8. "type": "BIGINT",
  9. "comment": "视频主键"
  10. },
  11. {
  12. "name": "pwd",
  13. "type": "STRING",
  14. "comment": "设置密码"
  15. },
  16. {
  17. "name": "gmt_creat",
  18. "type": "DATETIME",
  19. "comment": "创建时间"
  20. },
  21. {
  22. "name": "gmt_modify",
  23. "type": "DATETIME",
  24. "comment": "修改时间"
  25. },
  26. {
  27. "name": "last_validate_time",
  28. "type": "DATETIME",
  29. "comment": "上次校验密码时间"
  30. },
  31. {
  32. "name": "validate_count",
  33. "type": "BIGINT",
  34. "comment": "已检验次数"
  35. },
  36. {
  37. "name": "max_validate_count",
  38. "type": "BIGINT",
  39. "comment": "最大校验次数,目前是5次"
  40. }
  41. ],
  42. "partition_keys": [],
  43. "dataworks_tasks": [
  44. {
  45. "id": 1000587616,
  46. "name": "wx_video_pwd"
  47. },
  48. {
  49. "id": 1000587616,
  50. "name": "wx_video_pwd"
  51. }
  52. ],
  53. "upstream_tables": []
  54. }