Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 9a551b8

Browse files
committed
fix tests
1 parent c5837c2 commit 9a551b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types_null_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type NullType struct {
2222
Age sql.NullInt64
2323
Height sql.NullFloat64
2424
IsMan sql.NullBool `xorm:"null"`
25-
CustomStruct CustomStruct `xorm:"valchar(64) null"`
25+
CustomStruct CustomStruct `xorm:"varchar(64) null"`
2626
}
2727

2828
type CustomStruct struct {

0 commit comments

Comments
 (0)