- message.content to text

This commit is contained in:
gazebo
2019-04-04 17:09:04 +08:00
parent edaad0c9b6
commit 014ee01dd6

View File

@@ -24,7 +24,7 @@ type Message struct {
ModelIDCULD
Type int8 `json:"type"`
Title string `json:"title"`
Content string `json:"content"`
Content string `orm:"type(text)" json:"content"`
}
func (*Message) TableIndex() [][]string {