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

35 lines
1.3 KiB

  1. create table ods_wfjckcjsj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. xn varchar2(32) not null,
  7. xq varchar2(32) not null,
  8. nj varchar2(60) not null,
  9. bj varchar2(60) not null,
  10. zymc varchar2(163) ,
  11. kcmc varchar2(120) not null,
  12. kcfl varchar2(30) not null,
  13. rkjs varchar2(30) ,
  14. kccj varchar2(30) not null,
  15. sjcjsj varchar2(60) not null,
  16. IsPush varchar2(2) not null
  17. );
  18. alter table ods_wfjckcjsj add constraint ods_wfjckcjsj_gzzyqksjid primary key (gzzyqksjid);
  19. comment on table ods_wfjckcjsj is '文化基础课成绩数据表';
  20. comment on column ods_wfjckcjsj.gzzyqksjid is '主键数据唯一性标识';
  21. comment on column ods_wfjckcjsj.xxjgdm is '学校机构代码';
  22. comment on column ods_wfjckcjsj.xxjgmc is '学校机构名称';
  23. comment on column ods_wfjckcjsj.xn is '学年';
  24. comment on column ods_wfjckcjsj.xq is '学期';
  25. comment on column ods_wfjckcjsj.nj is '年级';
  26. comment on column ods_wfjckcjsj.bj is '班级';
  27. comment on column ods_wfjckcjsj.zymc is '专业名称';
  28. comment on column ods_wfjckcjsj.kcmc is '课程名称';
  29. comment on column ods_wfjckcjsj.kcfl is '课程分类';
  30. comment on column ods_wfjckcjsj.rkjs is '任课教师';
  31. comment on column ods_wfjckcjsj.kccj is '课程成绩';
  32. comment on column ods_wfjckcjsj.sjcjsj is '数据采集时间';