- message.content to text
This commit is contained in:
@@ -24,7 +24,7 @@ type Message struct {
|
|||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
Type int8 `json:"type"`
|
Type int8 `json:"type"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Content string `json:"content"`
|
Content string `orm:"type(text)" json:"content"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*Message) TableIndex() [][]string {
|
func (*Message) TableIndex() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user