Compare commits
3 Commits
0e16894f5c
...
7249bc1394
Author | SHA1 | Date | |
---|---|---|---|
7249bc1394 | |||
645ac641c6 | |||
2722a3264a |
3
1749190099_table_daily_step_add_distance.up.sql
Normal file
3
1749190099_table_daily_step_add_distance.up.sql
Normal 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`
|
Loading…
Reference in New Issue
Block a user