2 lines
98 B
MySQL
2 lines
98 B
MySQL
|
ALTER TABLE `ufutx_daily_step`
|
||
|
ADD COLUMN `band_id` integer not NULL COMMENT "手环id" after `id`
|