migrate/1748485013_table_daily_step_add_band_id.up.sql

2 lines
102 B
MySQL
Raw Permalink Normal View History

2025-05-29 10:23:06 +08:00
ALTER TABLE `ufutx_daily_step`
2025-05-29 10:23:27 +08:00
ADD COLUMN `band_id` integer DEFAULT NULL COMMENT "手环id" after `id`