Merge branch 'ceshihao/fix-signed-bigint'
This commit is contained in:
commit
50b854ef83
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ func (m *MySQLDriver) TranslateColumnType(c bdb.Column) bdb.Column {
|
|||
if unsigned {
|
||||
c.Type = "null.Uint64"
|
||||
} else {
|
||||
c.Type = "null.Uint64"
|
||||
c.Type = "null.Int64"
|
||||
}
|
||||
case "float":
|
||||
c.Type = "null.Float32"
|
||||
|
|
Loading…
Reference in a new issue