data/db_cx.sql
@@ -50,8 +50,10 @@ select * from bs.s_explorationpoint where createtime < '2023-05-26 10:00:00'; select * from bs.s_surveyworksite where createtime < '2023-05-26 10:00:00'; select * from lf.sys_meta where type='cpt'; select id,name,code from lf.sys_dir where pid=0 order by code select * from bs.dlg_resnt2000; alter table bs.dlg_resnt2000 alter column floors type varchar(20);