migrate/1779773787_table_user_label_add_deleted_at.up.sql

2 lines
133 B
MySQL
Raw Normal View History

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