daily step add band_id

This commit is contained in:
Hankin 2025-05-29 10:23:27 +08:00
parent 6e316dde27
commit b8795b96bc

View File

@ -1,2 +1,2 @@
ALTER TABLE `ufutx_daily_step` ALTER TABLE `ufutx_daily_step`
ADD COLUMN `band_id` integer not NULL COMMENT "手环id" after `id` ADD COLUMN `band_id` integer DEFAULT NULL COMMENT "手环id" after `id`