chat log model update

This commit is contained in:
Gordon
2022-01-20 17:18:41 +08:00
parent 3c64d84980
commit 911100923f
3 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func initMysqlDB() {
&GroupMember{},
&GroupRequest{},
&User{},
&Black{})
&Black{}, &ChatLog{})
db.Set("gorm:table_options", "CHARSET=utf8")
//