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 b491e9a commit c2c9129Copy full SHA for c2c9129
models/migrations/v180.go
@@ -16,6 +16,6 @@ func addWhitespaceBehaviorUserColumn(x *xorm.Engine) error {
16
Name: schemas.Text,
17
},
18
Default: "",
19
- Nullable: false,
+ Nullable: true,
20
})
21
}
0 commit comments