partners表修改

This commit is contained in:
buke 2024-10-12 09:50:58 +08:00
parent d9a43848c7
commit e04414b81f

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_partners`
MODIFY COLUMN `api_token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `birthday`;