Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c185f50

Browse files
committed
Add support for smallint to Postgres
1 parent a5322ca commit c185f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqeleton/databases/postgresql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class PostgresqlDialect(BaseDialect, Mixin_Schema):
6767
"double precision": Float,
6868
"real": Float,
6969
"decimal": Decimal,
70+
"smallint": Integer,
7071
"integer": Integer,
7172
"numeric": Decimal,
7273
"bigint": Integer,

0 commit comments

Comments
 (0)