parent
a8c024043c
commit
f8882f4fa9
6 changed files with 61 additions and 11 deletions
3
vendor/github.com/go-xorm/xorm/dialect_mssql.go
generated
vendored
3
vendor/github.com/go-xorm/xorm/dialect_mssql.go
generated
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue