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