form add latitude

This commit is contained in:
Hankin 2026-06-03 17:10:58 +08:00
parent 13222cb245
commit 1a1be10d84

View File

@ -0,0 +1,3 @@
ALTER TABLE `health`.`ufutx_service_user_form`
ADD COLUMN `latitude` VARCHAR(20) DEFAULT NULL COMMENT "纬度" AFTER `state`,
ADD COLUMN `longitude` VARCHAR(20) DEFAULT NULL COMMENT "经度" AFTER `state`