智慧大脑
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_zzzssj).sql 904 B

123456789101112131415161718192021222324
  1. create table ods_zzzssj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. jszgzrs number not null,
  7. gjzcrs number not null,
  8. zjzcrs number not null,
  9. cjzcrs number not null,
  10. sjcjsj varchar2(60) not null,
  11. IsPush varchar2(2) not null
  12. );
  13. alter table ods_zzzssj add constraint ods_zzzssj_gzzyqksjid primary key (gzzyqksjid);
  14. comment on table ods_zzzssj is '֤ݱ';
  15. comment on column ods_zzzssj.gzzyqksjid is 'ΨһԱʶ';
  16. comment on column ods_zzzssj.xxjgdm is 'ѧУ';
  17. comment on column ods_zzzssj.xxjgmc is 'ѧУ';
  18. comment on column ods_zzzssj.jszgzrs is 'ʦʸ֤';
  19. comment on column ods_zzzssj.gjzcrs is '߼ְ';
  20. comment on column ods_zzzssj.zjzcrs is 'мְ';
  21. comment on column ods_zzzssj.cjzcrs is 'ְ';
  22. comment on column ods_zzzssj.sjcjsj is 'ݲɼʱ';