issues
search
mijia
/
modelq
ModelQ is a code generator for creating Golang codes/models to access RDBMS database/tables
MIT License
293
stars
40
forks
source link
Fix bit type for MySQL
#14
Closed
kanocz
closed
9 years ago
kanocz
commented
9 years ago
Bit type as a string doesn't work with MySQL. Changed to uint64.
Bit type as a string doesn't work with MySQL. Changed to uint64.