智慧大脑
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.
 
 
 
 
 

45 lines
1.6 KiB

  1. create table ods_xnsxjdsj
  2. (
  3. gzzyqksjid varchar2(32) ,
  4. xxjgdm varchar2(36) ,
  5. xxjgmc varchar2(80) ,
  6. sxjdh varchar2(32) ,
  7. sxjdmc varchar2(200) ,
  8. clnd varchar2(10) ,
  9. mxzy varchar2(200) ,
  10. zcbm varchar2(10) not null,
  11. pzrq varchar2(20) not null,
  12. sxss number not null,
  13. sxxmzs number ,
  14. jdlb varchar2(10) ,
  15. jzmj number ,
  16. yqsbzs number ,
  17. sjjxgws number ,
  18. glryzz varchar2(12) ,
  19. glryjz varchar2(12) ,
  20. sjcjsj varchar2(60),
  21. IsPush varchar2(2) not null
  22. );
  23. alter table ods_xnsxjdsj add constraint ods_xnsxjdsj_gzzyqksjid primary key (gzzyqksjid);
  24. comment on table ods_xnsxjdsj is '校内实训基地数据表';
  25. comment on column ods_xnsxjdsj.gzzyqksjid is '主键数据唯一性标识';
  26. comment on column ods_xnsxjdsj.xxjgdm is '学校机构代码';
  27. comment on column ods_xnsxjdsj.xxjgmc is '学校机构名称';
  28. comment on column ods_xnsxjdsj.sxjdh is '实训基地号';
  29. comment on column ods_xnsxjdsj.sxjdmc is '实训基地名称';
  30. comment on column ods_xnsxjdsj.clnd is '成立年度';
  31. comment on column ods_xnsxjdsj.mxzy is '面向专业';
  32. comment on column ods_xnsxjdsj.zcbm is '被列为实训基地项目支持部门';
  33. comment on column ods_xnsxjdsj.pzrq is '批准日期';
  34. comment on column ods_xnsxjdsj.sxss is '实训室数';
  35. comment on column ods_xnsxjdsj.sxxmzs is '实训项目总数';
  36. comment on column ods_xnsxjdsj.jdlb is '基地类别';
  37. comment on column ods_xnsxjdsj.jzmj is '建筑面积';
  38. comment on column ods_xnsxjdsj.yqsbzs is '仪器设备总数';
  39. comment on column ods_xnsxjdsj.sjjxgws is '实践教学工位数';
  40. comment on column ods_xnsxjdsj.glryzz is '管理人员(专职)';
  41. comment on column ods_xnsxjdsj.glryjz is '管理人员(兼职)';
  42. comment on column ods_xnsxjdsj.sjcjsj is '数据采集时间';