data/db_tab.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
data/db_tab.sql
@@ -1285,7 +1285,7 @@ comment on column lf.sys_publish.create_time is '创建时间'; comment on column lf.sys_publish.update_user is '更新人ID'; comment on column lf.sys_publish.update_time is '更新时间'; comment on column lf.sys_publish.bak is '备注'; --POINT Z (0 0 0) comment on column lf.sys_publish.bak is '备注'; -- insert into lf.sys_publish (name,geom) values ('Test',ST_GeomFromText('POINT Z (101.9281 36.58675 2199.5)')); select st_astext(geom) "wkt",a.* from lf.sys_publish a;