Skip to content

Commit

Permalink
Add smallint support (kysely-org#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
hash0000 authored and thecodrr committed Sep 3, 2024
1 parent f586326 commit 44d35ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operation-node/data-type-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const SIMPLE_COLUMN_DATA_TYPES = [
'int2',
'int4',
'int8',
'smallint',
'bigint',
'boolean',
'real',
Expand Down

0 comments on commit 44d35ea

Please sign in to comment.