Skip to content

v2.1.4

Compare
Choose a tag to compare
@nullbio nullbio released this 02 Jan 09:30
· 1196 commits to master since this release

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.