We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897b8b8 commit cc4dbd9Copy full SHA for cc4dbd9
models/migrations/v1_25/v321_test.go
@@ -38,7 +38,7 @@ func Test_UseLongTextInSomeColumnsAndFixBugs(t *testing.T) {
38
type Notice struct {
39
ID int64 `xorm:"pk autoincr"`
40
Type int
41
- Description string `xorm:"LONGTEXT"`
+ Description string `xorm:"TEXT"`
42
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
43
}
44
0 commit comments