智慧大脑
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.
 
 
 
 
 

31 lines
1.2 KiB

  1. create table ods_djhddyrcsj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. dzzmc varchar2(100) not null,
  7. dzzbh varchar2(100) not null,
  8. hddd varchar2(32) ,
  9. hdnr varchar2(300) ,
  10. hdkssj varchar2(35) not null,
  11. hdjssj varchar2(60) not null,
  12. cyrs number not null,
  13. sjcjsj varchar2(60) not null,
  14. IsPush varchar2(2) not null
  15. );
  16. alter table ods_djhddyrcsj add constraint ods_djhddyrcsj_gzzyqksjid primary key (gzzyqksjid);
  17. comment on table ods_djhddyrcsj is '党建活动党员日常数据表';
  18. comment on column ods_djhddyrcsj.gzzyqksjid is '主键数据唯一性标识';
  19. comment on column ods_djhddyrcsj.xxjgdm is '学校机构代码';
  20. comment on column ods_djhddyrcsj.xxjgmc is '学校机构名称';
  21. comment on column ods_djhddyrcsj.dzzmc is '党组织名称';
  22. comment on column ods_djhddyrcsj.dzzbh is '党组织编号';
  23. comment on column ods_djhddyrcsj.hddd is '活动地点';
  24. comment on column ods_djhddyrcsj.hdnr is '活动内容';
  25. comment on column ods_djhddyrcsj.hdkssj is '活动开始时间';
  26. comment on column ods_djhddyrcsj.hdjssj is '活动结束时间';
  27. comment on column ods_djhddyrcsj.cyrs is '参与人数';
  28. comment on column ods_djhddyrcsj.sjcjsj is '数据采集时间';