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

德育活动数据表(ods_dyhdsj).sql 1.7 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 'ݲɼʱ';