|
-
- create table ods_xszhcjpjsj
- (
- gzzyqksjid varchar2(32) not null,
- xxjgdm varchar2(36) not null,
- xxjgmc varchar2(80) not null,
- xn varchar2(60) not null,
- xq varchar2(60) not null,
- zymc varchar2(163) ,
- nj varchar2(60) not null,
- bj varchar2(60) not null,
- xjh varchar2(60) ,
- xsxm varchar2(120) not null,
- sxzzcj number not null,
- whkcj number not null,
- zyjnkccj number not null,
- xstzjkcj number not null,
- zhpj number not null,
- sjcjsj varchar2(60) not null,
- IsPush varchar2(2) not null
- );
- alter table ods_xszhcjpjsj add constraint ods_xszhcjpjsj_gzzyqksjid primary key (gzzyqksjid);
- comment on table ods_xszhcjpjsj is '学生综合成绩与评价数据表';
- comment on column ods_xszhcjpjsj.gzzyqksjid is '主键数据唯一性标识';
- comment on column ods_xszhcjpjsj.xxjgdm is '学校机构代码';
- comment on column ods_xszhcjpjsj.xxjgmc is '学校机构名称';
- comment on column ods_xszhcjpjsj.xn is '学年';
- comment on column ods_xszhcjpjsj.xq is '学期';
- comment on column ods_xszhcjpjsj.zymc is '专业名称';
- comment on column ods_xszhcjpjsj.nj is '年级';
- comment on column ods_xszhcjpjsj.bj is '班级';
- comment on column ods_xszhcjpjsj.xjh is '学籍号';
- comment on column ods_xszhcjpjsj.xsxm is '学生姓名';
- comment on column ods_xszhcjpjsj.sxzzcj is '思想政治成绩';
- comment on column ods_xszhcjpjsj.whkcj is '文化课成绩';
- comment on column ods_xszhcjpjsj.zyjnkccj is '专业技能课程成绩';
- comment on column ods_xszhcjpjsj.xstzjkcj is '学生体质健康成绩';
- comment on column ods_xszhcjpjsj.zhpj is '综合评价成绩';
- comment on column ods_xszhcjpjsj.sjcjsj is '数据采集时间';
|