|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
-
- create table ods_dyhdsj
- (
- gzzyqksjid varchar2(32) not null,
- xxjgdm varchar2(36) not null,
- xxjgmc varchar2(180) not null,
- hdmc varchar2(132) not null,
- sszt varchar2(163) ,
- hdbk varchar2(200) ,
- hdzt varchar2(10) ,
- hdlx varchar2(10) not null,
- hdnr varchar2(300) ,
- zbdw varchar2(200) not null,
- zbdwjb varchar2(10) not null,
- hdksrq varchar2(200) not null,
- hdjsrq varchar2(200) not null,
- xffzr varchar2(32) ,
- cybjs number not null,
- cyjss number not null,
- cyxss number not null,
- sjcjsj varchar2(60) not null,
- IsPush varchar2(2) not null
- );
- alter table ods_dyhdsj add constraint ods_dyhdsj_gzzyqksjid primary key (gzzyqksjid);
- comment on table ods_dyhdsj is 'ݱ';
- comment on column ods_dyhdsj.gzzyqksjid is 'ΨһԱʶ';
- comment on column ods_dyhdsj.xxjgdm is 'ѧУ';
- comment on column ods_dyhdsj.xxjgmc is 'ѧУ';
- comment on column ods_dyhdsj.hdmc is '';
- comment on column ods_dyhdsj.sszt is 'ר';
- comment on column ods_dyhdsj.hdbk is '';
- comment on column ods_dyhdsj.hdzt is '';
- comment on column ods_dyhdsj.hdlx is '';
- comment on column ods_dyhdsj.hdnr is '';
- comment on column ods_dyhdsj.zbdw is '쵥λ';
- comment on column ods_dyhdsj.zbdwjb is '쵥λ';
- comment on column ods_dyhdsj.hdksrq is 'ʼ';
- comment on column ods_dyhdsj.hdjsrq is '';
- comment on column ods_dyhdsj.xffzr is 'У';
- comment on column ods_dyhdsj.cybjs is '༶';
- comment on column ods_dyhdsj.cyjss is 'ʦ';
- comment on column ods_dyhdsj.cyxss is 'ѧ';
- comment on column ods_dyhdsj.sjcjsj is 'ݲɼʱ';
-
|