diff --git a/src/sources/mssql/mssql-cast-rules.lisp b/src/sources/mssql/mssql-cast-rules.lisp index 63155d29..aa243793 100644 --- a/src/sources/mssql/mssql-cast-rules.lisp +++ b/src/sources/mssql/mssql-cast-rules.lisp @@ -13,7 +13,7 @@ (:source (:type "xml") :target (:type "xml" :drop-typemod t)) (:source (:type "int" :auto-increment t) - :target (:type "bigserial" :drop-default t)) + :target (:type "serial" :drop-default t)) (:source (:type "bigint" :auto-increment t) :target (:type "bigserial"))