From a8b5bb4a68947c667688c2d95d1cd5f4ff10f601 Mon Sep 17 00:00:00 2001 From: lanrenwo Date: Fri, 11 Nov 2022 21:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9DeviceType=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/dbdata/tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/dbdata/tables.go b/server/dbdata/tables.go index 5f0505c..6f389b4 100644 --- a/server/dbdata/tables.go +++ b/server/dbdata/tables.go @@ -49,7 +49,7 @@ type UserActLog struct { Os uint8 `json:"os" xorm:"not null default 0 Int"` Client uint8 `json:"client" xorm:"not null default 0 Int"` Version string `json:"version" xorm:"varchar(15)"` - DeviceType string `json:"device_type" xorm:"varchar(60) not null default ''"` + DeviceType string `json:"device_type" xorm:"varchar(128) not null default ''"` PlatformVersion string `json:"platform_version" xorm:"varchar(15) not null default ''"` Status uint8 `json:"status" xorm:"not null default 0 Int"` Info string `json:"info" xorm:"varchar(255) not null default ''"` // 详情