智慧大脑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
2.1 KiB

  1. create table ods_zzxxgkjcsj
  2. (
  3. xygkjcsjid varchar2(32) not null,
  4. provincejgbm varchar2(12) not null,
  5. provincejgmc varchar2(80) not null,
  6. cityjgbm varchar2(12) not null,
  7. cityjgmc varchar2(80) not null,
  8. countyjgbm varchar2(12) not null,
  9. countyjgmc varchar2(80) not null,
  10. xxjgdm varchar2(36) not null,
  11. xxjgmc varchar2(80) not null,
  12. xxlb varchar2(10) not null,
  13. xxsszgjyxzbm varchar2(65) ,
  14. xxjbzmc varchar2(120) not null,
  15. xxjbzxz varchar2(4) not null,
  16. xxfzrxm varchar2(120) ,
  17. jxrq varchar2(32) not null,
  18. xyjss number not null,
  19. xyxss number not null,
  20. bxkszys number not null,
  21. syxx varchar2(32) not null,
  22. sjcjsj varchar2(50) not null,
  23. IsPush varchar2(2) not null
  24. );
  25. alter table ods_zzxxgkjcsj add constraint ods_zzxxgkjcsj_xygkjcsjid primary key (xygkjcsjid);
  26. comment on table ods_zzxxgkjcsj is '中职学校概况基础数据表';
  27. comment on column ods_zzxxgkjcsj.xygkjcsjid is '主键数据唯一性标识';
  28. comment on column ods_zzxxgkjcsj.provincejgbm is '省机构编码';
  29. comment on column ods_zzxxgkjcsj.provincejgmc is '省机构名称';
  30. comment on column ods_zzxxgkjcsj.cityjgbm is '市机构编码';
  31. comment on column ods_zzxxgkjcsj.cityjgmc is '市机构名称';
  32. comment on column ods_zzxxgkjcsj.countyjgbm is '区县机构编码';
  33. comment on column ods_zzxxgkjcsj.countyjgmc is '区县机构名称';
  34. comment on column ods_zzxxgkjcsj.xxjgdm is '学校机构代码';
  35. comment on column ods_zzxxgkjcsj.xxjgmc is '学校名称';
  36. comment on column ods_zzxxgkjcsj.xxlb is '学校类别';
  37. comment on column ods_zzxxgkjcsj.xxsszgjyxzbm is '学校所属主管教育行政部门';
  38. comment on column ods_zzxxgkjcsj.xxjbzmc is '学校举办者名称';
  39. comment on column ods_zzxxgkjcsj.xxjbzxz is '学校举办者性质';
  40. comment on column ods_zzxxgkjcsj.xxfzrxm is '学校负责人姓名(校长)';
  41. comment on column ods_zzxxgkjcsj.jxrq is '建校日期(年月)';
  42. comment on column ods_zzxxgkjcsj.xyjss is '现有教职工总数';
  43. comment on column ods_zzxxgkjcsj.xyxss is '现有学生数';
  44. comment on column ods_zzxxgkjcsj.bxkszys is '本校开设专业数';
  45. comment on column ods_zzxxgkjcsj.syxx is '是否国家双优学校/省级双优学校/否';
  46. comment on column ods_zzxxgkjcsj.sjcjsj is '数据采集时间';