daily step add distance

This commit is contained in:
Hankin 2025-06-06 14:07:38 +08:00
parent 27f02ee49a
commit 2722a3264a

View File

@ -0,0 +1,3 @@
ALTER TABLE `ufutx_daily_step`
ADD COLUMN `distance` float(9,2) default 0 comment "距离" after `step`,
ADD COLUMN `calories` float(9,2) default 0 comment "卡路里" after `step`