v2.1.4
Add --tinyint-as-bool
flag for MySQL. This flag tells the generator that you wish tinyint(1)
columns to be mapped to Go's bool
type opposed to the default type of int8
.
Add --tinyint-as-bool
flag for MySQL. This flag tells the generator that you wish tinyint(1)
columns to be mapped to Go's bool
type opposed to the default type of int8
.