Skip to content
This repository has been 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

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Sep 30, 2019
1 parent c5837c2 commit 9a551b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types_null_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type NullType struct {
Age sql.NullInt64
Height sql.NullFloat64
IsMan sql.NullBool `xorm:"null"`
CustomStruct CustomStruct `xorm:"valchar(64) null"`
CustomStruct CustomStruct `xorm:"varchar(64) null"`
}

type CustomStruct struct {
Expand Down

0 comments on commit 9a551b8

Please sign in to comment.