Merge remote-tracking branch 'origin/mark' into lcw
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user