Merge remote-tracking branch 'origin/main'

This commit is contained in:
buke 2024-08-21 16:54:41 +08:00
commit 62a4d0c4e5

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_users` ADD `modify_at` TIMESTAMP NULL DEFAULT NULL COMMENT '主动修改资料的时间' AFTER `updated_at`;