label log add tupe

This commit is contained in:
Hankin 2026-05-29 14:16:41 +08:00
parent f015d762cc
commit 29fe438832

View File

@ -0,0 +1,2 @@
ALTER TABLE `health`.`ufutx_user_label_log`
ADD `type` ENUM("normal", 'create', 'delete') NOT NULL COMMENT "类型" after `user_id`