|
12345678910111213141516171819202122232425262728293031323334353637383940 |
-
- create table ods_xszhcjpjsj
- (
- gzzyqksjid varchar2(32) not null,
- xxjgdm varchar2(36) not null,
- xxjgmc varchar2(80) not null,
- xn varchar2(60) not null,
- xq varchar2(60) not null,
- zymc varchar2(163) ,
- nj varchar2(60) not null,
- bj varchar2(60) not null,
- xjh varchar2(60) ,
- xsxm varchar2(120) not null,
- sxzzcj number not null,
- whkcj number not null,
- zyjnkccj number not null,
- xstzjkcj number not null,
- zhpj number not null,
- sjcjsj varchar2(60) not null,
- IsPush varchar2(2) not null
- );
- alter table ods_xszhcjpjsj add constraint ods_xszhcjpjsj_gzzyqksjid primary key (gzzyqksjid);
- comment on table ods_xszhcjpjsj is 'ѧۺϳɼݱ';
- comment on column ods_xszhcjpjsj.gzzyqksjid is 'ΨһԱʶ';
- comment on column ods_xszhcjpjsj.xxjgdm is 'ѧУ';
- comment on column ods_xszhcjpjsj.xxjgmc is 'ѧУ';
- comment on column ods_xszhcjpjsj.xn is 'ѧ';
- comment on column ods_xszhcjpjsj.xq is 'ѧ';
- comment on column ods_xszhcjpjsj.zymc is 'רҵ';
- comment on column ods_xszhcjpjsj.nj is '꼶';
- comment on column ods_xszhcjpjsj.bj is '༶';
- comment on column ods_xszhcjpjsj.xjh is 'ѧ';
- comment on column ods_xszhcjpjsj.xsxm is 'ѧ';
- comment on column ods_xszhcjpjsj.sxzzcj is '˼γɼ';
- comment on column ods_xszhcjpjsj.whkcj is 'Ļγɼ';
- comment on column ods_xszhcjpjsj.zyjnkccj is 'רҵܿγ̳ɼ';
- comment on column ods_xszhcjpjsj.xstzjkcj is 'ѧʽɼ';
- comment on column ods_xszhcjpjsj.zhpj is 'ۺ۳ɼ';
- comment on column ods_xszhcjpjsj.sjcjsj is 'ݲɼʱ';
-
|