动态黑名单表修改

This commit is contained in:
buke 2024-08-12 11:00:05 +08:00
parent ed3654803b
commit d70e8df77d

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_dynamic_black_user`
MODIFY COLUMN `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT FIRST;