Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
fix: fixme configs database table type error
Browse files Browse the repository at this point in the history
  • Loading branch information
PBK-B committed Sep 29, 2021
1 parent 0a1023f commit fe662ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
type Configs struct {
Id int
Name string `orm:"size(128)"`
Data string `orm:"type(longtext)"`
Data string `orm:"type(text)"`
}

func init() {
Expand Down

0 comments on commit fe662ad

Please sign in to comment.