修改动态屏蔽表

This commit is contained in:
buke 2024-08-12 11:50:14 +08:00
parent 50285e8f84
commit 866bd2aaa5

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_dynamic_block`
MODIFY COLUMN `updated_at` timestamp NULL DEFAULT NULL AFTER `created_at`;