typo
This commit is contained in:
parent
faec346481
commit
544ff7afdd
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,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