增加心率存储字段

This commit is contained in:
buke 2024-07-30 14:41:34 +08:00
parent edfa60660f
commit 25494ed6a4
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_dynamic_square` DROP COLUMN `heart_rate`;

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_dynamic_square` ADD COLUMN `heart_rate` text NULL COMMENT '心率数据' AFTER `check_mobile`;