Fixed issue with collection types in udt. empty type colums skiped. Added test for udt.
This commit is contained in:
committed by
Michal Jan Matczuk
parent
a62ba24cf9
commit
fc92258512
7
cmd/schemagen/testdata/models.go.txt
vendored
7
cmd/schemagen/testdata/models.go.txt
vendored
@@ -44,8 +44,13 @@ var (
|
||||
})
|
||||
)
|
||||
|
||||
type AlbumUserType struct {
|
||||
Name string
|
||||
Songwriters []string
|
||||
}
|
||||
|
||||
type PlaylistsStruct struct {
|
||||
Album string
|
||||
Album AlbumUserType
|
||||
Artist string
|
||||
Id [16]byte
|
||||
SongId [16]byte
|
||||
|
||||
Reference in New Issue
Block a user