migrate/1779773787_table_user_label_add_deleted_at.up.sql

2 lines
134 B
MySQL
Raw Permalink Normal View History

2026-05-26 17:10:06 +08:00
ALTER TABLE `health`.`ufutx_user_label`
2026-05-26 17:14:44 +08:00
ADD COLUMN `deleted_at` TIMESTAMP NULL DEFAULT NULL comment "删除时间 " after `updated_at`