智慧大脑
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

39 linhas
1.4 KiB

  1. create table ods_cjsxhdsj
  2. (
  3. gzzyqksjid varchar2(32) ,
  4. xxjgdm varchar2(36) ,
  5. xxjgmc varchar2(80) ,
  6. hdmc varchar2(32) ,
  7. hdzt varchar2(63) not null,
  8. hdxs varchar2(200) not null,
  9. hdnr varchar2(300) not null,
  10. zbdw varchar2(200) ,
  11. zbdwjb varchar2(10) ,
  12. hdksrq varchar2(100) ,
  13. hdjsrq varchar2(100) ,
  14. xffzr varchar2(32) not null,
  15. cyjss number ,
  16. cyxss number ,
  17. sjcjsj varchar2(60),
  18. IsPush varchar2(2) not null
  19. );
  20. alter table ods_cjsxhdsj add constraint ods_cjsxhdsj_gzzyqksjid primary key (gzzyqksjid);
  21. comment on table ods_cjsxhdsj is '参加赛事活动数据表';
  22. comment on column ods_cjsxhdsj.gzzyqksjid is '主键数据唯一性标识';
  23. comment on column ods_cjsxhdsj.xxjgdm is '学校机构代码';
  24. comment on column ods_cjsxhdsj.xxjgmc is '学校机构名称';
  25. comment on column ods_cjsxhdsj.hdmc is '活动名称';
  26. comment on column ods_cjsxhdsj.hdzt is '活动主题';
  27. comment on column ods_cjsxhdsj.hdxs is '活动形式';
  28. comment on column ods_cjsxhdsj.hdnr is '活动内容';
  29. comment on column ods_cjsxhdsj.zbdw is '主办单位';
  30. comment on column ods_cjsxhdsj.zbdwjb is '主办单位级别';
  31. comment on column ods_cjsxhdsj.hdksrq is '活动开始日期';
  32. comment on column ods_cjsxhdsj.hdjsrq is '活动结束日期';
  33. comment on column ods_cjsxhdsj.xffzr is '校方负责人';
  34. comment on column ods_cjsxhdsj.cyjss is '参与教师数';
  35. comment on column ods_cjsxhdsj.cyxss is '参与学生数';
  36. comment on column ods_cjsxhdsj.sjcjsj is '数据采集时间';