增加心率存储字段
This commit is contained in:
parent
edfa60660f
commit
25494ed6a4
1
1722320154_change_table_square.down.sql
Normal file
1
1722320154_change_table_square.down.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE `ufutx_dynamic_square` DROP COLUMN `heart_rate`;
|
1
1722320154_change_table_square.up.sql
Normal file
1
1722320154_change_table_square.up.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE `ufutx_dynamic_square` ADD COLUMN `heart_rate` text NULL COMMENT '心率数据' AFTER `check_mobile`;
|
Loading…
Reference in New Issue
Block a user