This commit is contained in:
Alex Grintsvayg 2017-08-23 17:03:24 -04:00
parent faec346481
commit 544ff7afdd

View file

@ -380,7 +380,7 @@ func (m *MySQLDriver) TranslateColumnType(c bdb.Column) bdb.Column {
if unsigned { if unsigned {
c.Type = "null.Uint64" c.Type = "null.Uint64"
} else { } else {
c.Type = "null.Uint64" c.Type = "null.Int64"
} }
case "float": case "float":
c.Type = "null.Float32" c.Type = "null.Float32"