智慧大脑
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

中职实习基础数据表(ods_zzsxjcsj).sql 2.5 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. create table ods_zzsxjcsj
  2. (
  3. gzsxjysjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. xsxh varchar2(45) not null,
  7. xsxm varchar2(45) not null,
  8. zymc varchar2(120) not null,
  9. xn varchar2(50) not null,
  10. xq varchar2(50) not null,
  11. sxbj varchar2(100) not null,
  12. sxxmmc varchar2(250) not null,
  13. sxlb varchar2(10) not null,
  14. sxsfks varchar2(10) not null,
  15. sxsfjs varchar2(10) not null,
  16. sxhy varchar2(4) not null,
  17. sxkssj varchar2(32) not null,
  18. sxjssj varchar2(32) not null,
  19. sxqx varchar2(10) ,
  20. sxdwly varchar2(10) not null,
  21. sxcslx varchar2(10) not null,
  22. sxjdh varchar2(10) not null,
  23. sxdwmc varchar2(165) ,
  24. sxdwdz varchar2(132) ,
  25. sxgwmc varchar2(110) ,
  26. zsap varchar2(10) ,
  27. zydkcd varchar2(10) ,
  28. gmbxzl varchar2(10) ,
  29. bxgmf varchar2(10) ,
  30. sjcjsj varchar2(64) not null,
  31. IsPush varchar2(2) not null
  32. );
  33. alter table ods_zzsxjcsj add constraint ods_zzsxjcsj_gzsxjysjid primary key (gzsxjysjid);
  34. comment on table ods_zzsxjcsj is 'ְʵϰݱ';
  35. comment on column ods_zzsxjcsj.gzsxjysjid is 'ΨһԱʶ';
  36. comment on column ods_zzsxjcsj.xxjgdm is 'ѧУ';
  37. comment on column ods_zzsxjcsj.xxjgmc is 'ѧУ';
  38. comment on column ods_zzsxjcsj.xsxh is 'ѧѧ';
  39. comment on column ods_zzsxjcsj.xsxm is 'ѧ';
  40. comment on column ods_zzsxjcsj.zymc is 'רҵ';
  41. comment on column ods_zzsxjcsj.xn is 'ѧ';
  42. comment on column ods_zzsxjcsj.xq is 'ѧ';
  43. comment on column ods_zzsxjcsj.sxbj is 'ʵϰ༶';
  44. comment on column ods_zzsxjcsj.sxxmmc is 'ʵϰĿ';
  45. comment on column ods_zzsxjcsj.sxlb is 'ʵϰ';
  46. comment on column ods_zzsxjcsj.sxsfks is 'ʵϰǷʼ';
  47. comment on column ods_zzsxjcsj.sxsfjs is 'ʵϰǷ';
  48. comment on column ods_zzsxjcsj.sxhy is 'ʵϰҵ';
  49. comment on column ods_zzsxjcsj.sxkssj is 'ʵϰʼʱ';
  50. comment on column ods_zzsxjcsj.sxjssj is 'ʵϰʱ';
  51. comment on column ods_zzsxjcsj.sxqx is 'ʵϰȥ';
  52. comment on column ods_zzsxjcsj.sxdwly is 'ʵϰλԴ';
  53. comment on column ods_zzsxjcsj.sxcslx is 'ʵϰ';
  54. comment on column ods_zzsxjcsj.sxjdh is 'ʵѵغ';
  55. comment on column ods_zzsxjcsj.sxdwmc is 'ʵϰλ';
  56. comment on column ods_zzsxjcsj.sxdwdz is 'ʵϰλַ';
  57. comment on column ods_zzsxjcsj.sxgwmc is 'ʵϰλ';
  58. comment on column ods_zzsxjcsj.zsap is 'סް';
  59. comment on column ods_zzsxjcsj.zydkcd is 'רҵԿڳ̶';
  60. comment on column ods_zzsxjcsj.gmbxzl is '';
  61. comment on column ods_zzsxjcsj.bxgmf is 'չ';
  62. comment on column ods_zzsxjcsj.sjcjsj is 'ݲɼʱ';