|
1234567891011121314151617181920212223242526272829303132333435363738 |
-
- create table ods_cjsxhdsj
- (
- gzzyqksjid varchar2(32) ,
- xxjgdm varchar2(36) ,
- xxjgmc varchar2(80) ,
- hdmc varchar2(32) ,
- hdzt varchar2(63) not null,
- hdxs varchar2(200) not null,
- hdnr varchar2(300) not null,
- zbdw varchar2(200) ,
- zbdwjb varchar2(10) ,
- hdksrq varchar2(100) ,
- hdjsrq varchar2(100) ,
- xffzr varchar2(32) not null,
- cyjss number ,
- cyxss number ,
- sjcjsj varchar2(60),
- IsPush varchar2(2) not null
- );
- alter table ods_cjsxhdsj add constraint ods_cjsxhdsj_gzzyqksjid primary key (gzzyqksjid);
- comment on table ods_cjsxhdsj is 'μ»ݱ';
- comment on column ods_cjsxhdsj.gzzyqksjid is 'ΨһԱʶ';
- comment on column ods_cjsxhdsj.xxjgdm is 'ѧУ';
- comment on column ods_cjsxhdsj.xxjgmc is 'ѧУ';
- comment on column ods_cjsxhdsj.hdmc is '';
- comment on column ods_cjsxhdsj.hdzt is '';
- comment on column ods_cjsxhdsj.hdxs is 'ʽ';
- comment on column ods_cjsxhdsj.hdnr is '';
- comment on column ods_cjsxhdsj.zbdw is '쵥λ';
- comment on column ods_cjsxhdsj.zbdwjb is '쵥λ';
- comment on column ods_cjsxhdsj.hdksrq is 'ʼ';
- comment on column ods_cjsxhdsj.hdjsrq is '';
- comment on column ods_cjsxhdsj.xffzr is 'У';
- comment on column ods_cjsxhdsj.cyjss is 'ʦ';
- comment on column ods_cjsxhdsj.cyxss is 'ѧ';
- comment on column ods_cjsxhdsj.sjcjsj is 'ݲɼʱ';
-
|