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