智慧大脑
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_cjsxhdsj).sql 1.4 KiB

пре 1 година
1234567891011121314151617181920212223242526272829303132333435363738
  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 'ݲɼʱ';