| | |
| | | pg_ns varchar(10), |
| | | tcmc varchar(150), |
| | | tcdm varchar(50), |
| | | count integer default 0 |
| | | count integer default 0, |
| | | create_time timestamp(6) without time zone default now() |
| | | ); |
| | | comment on table lf.sys_fme_log is 'FME日志表'; |
| | | comment on column lf.sys_fme_log.id is '主键ID'; |
| | |
| | | comment on column lf.sys_fme_log.tcmc is '图层名称'; |
| | | comment on column lf.sys_fme_log.tcdm is '表名'; |
| | | comment on column lf.sys_fme_log.count is '行数'; |
| | | comment on column lf.sys_fme_log.create_time is '创建时间'; |
| | | |
| | | select * from lf.sys_fme_log; |
| | | select * from lf.sys_fme_log; -- delete from lf.sys_fme_log; |
| | | ----------------------------------------------------------------------------------------------------- 元数据测试表 * |
| | | -- drop table if exists md.md_zxcg; |
| | | create table md.md_zxcg( |