fix tests on mssql
This commit is contained in:
parent
829d68c673
commit
84f550d40e
|
@ -254,6 +254,9 @@ func (db *mssql) SqlType(c *core.Column) string {
|
|||
case core.TinyInt:
|
||||
res = core.TinyInt
|
||||
c.Length = 0
|
||||
case core.BigInt:
|
||||
res = core.BigInt
|
||||
c.Length = 0
|
||||
default:
|
||||
res = t
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue