Merge remote-tracking branch 'origin/mark' into lcw

This commit is contained in:
renyutian
2019-04-04 18:08:47 +08:00

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 {