2 lines
133 B
MySQL
2 lines
133 B
MySQL
|
|
ALTER TABLE `health`.`ufutx_user_label`
|
||
|
|
ADD COLUMN `deleted_at` TIMESTAMP NULL DEFAULT NULL comment "删除时间" after `updated_at`
|