From c1f3b88217abdef1dee25e56138297168db09a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 28 Aug 2020 16:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BC=9A=E5=91=98=E8=A1=A8?= =?UTF-8?q?=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/user.go b/business/model/user.go index 79adc7c04..6d1c3b2d9 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -214,6 +214,6 @@ func (*UserMember) TableUnique() [][]string { func (v *UserMember) TableIndex() [][]string { return [][]string{ []string{"UserID"}, - []string{"CreateAt"}, + []string{"CreatedAt"}, } }