migrate/1749107522_table_daily_step_add_distance.up.sql
2025-06-06 14:07:38 +08:00

4 lines
181 B
SQL

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`