智慧大脑
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

45 righe
1.7 KiB

  1. create table ods_dyhdsj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(180) not null,
  6. hdmc varchar2(132) not null,
  7. sszt varchar2(163) ,
  8. hdbk varchar2(200) ,
  9. hdzt varchar2(10) ,
  10. hdlx varchar2(10) not null,
  11. hdnr varchar2(300) ,
  12. zbdw varchar2(200) not null,
  13. zbdwjb varchar2(10) not null,
  14. hdksrq varchar2(200) not null,
  15. hdjsrq varchar2(200) not null,
  16. xffzr varchar2(32) ,
  17. cybjs number not null,
  18. cyjss number not null,
  19. cyxss number not null,
  20. sjcjsj varchar2(60) not null,
  21. IsPush varchar2(2) not null
  22. );
  23. alter table ods_dyhdsj add constraint ods_dyhdsj_gzzyqksjid primary key (gzzyqksjid);
  24. comment on table ods_dyhdsj is '德育活动数据表';
  25. comment on column ods_dyhdsj.gzzyqksjid is '主键数据唯一性标识';
  26. comment on column ods_dyhdsj.xxjgdm is '学校机构代码';
  27. comment on column ods_dyhdsj.xxjgmc is '学校机构名称';
  28. comment on column ods_dyhdsj.hdmc is '活动名称';
  29. comment on column ods_dyhdsj.sszt is '所属专题';
  30. comment on column ods_dyhdsj.hdbk is '活动版块';
  31. comment on column ods_dyhdsj.hdzt is '活动主题';
  32. comment on column ods_dyhdsj.hdlx is '活动类型';
  33. comment on column ods_dyhdsj.hdnr is '活动内容';
  34. comment on column ods_dyhdsj.zbdw is '主办单位';
  35. comment on column ods_dyhdsj.zbdwjb is '主办单位级别';
  36. comment on column ods_dyhdsj.hdksrq is '活动开始日期';
  37. comment on column ods_dyhdsj.hdjsrq is '活动结束日期';
  38. comment on column ods_dyhdsj.xffzr is '校方负责人';
  39. comment on column ods_dyhdsj.cybjs is '参与班级数';
  40. comment on column ods_dyhdsj.cyjss is '参与教师数';
  41. comment on column ods_dyhdsj.cyxss is '参与学生数';
  42. comment on column ods_dyhdsj.sjcjsj is '数据采集时间';