daily step add band_id

This commit is contained in:
Hankin 2025-05-29 10:23:06 +08:00
parent 2220924ff6
commit 6e316dde27

View File

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