Browse Source

修复个人邮件信息

neo 1 year ago
parent
commit
6c0022671f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/modules/pmail.lua

+ 1 - 1
dev/modules/pmail.lua

@@ -23,7 +23,7 @@ end
23 23
 
24 24
 function root:getInitColumnNameOptions()
25 25
 	return {
26
-		uid = "bigint(20) unsigned NOT NULL COMMENT '用户ID'",
26
+		uid = "int(11) unsigned NOT NULL",
27 27
 		readIdList = "JSON COMMENT '已读邮件ID列表'",
28 28
 		delIdList = "JSON COMMENT '已删邮件ID列表'",
29 29
 		awardIdList = "JSON COMMENT '已领取奖励邮件ID列表'"