Skip to content

Commit

Permalink
Add smallint support (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
hash0000 authored Jan 27, 2024
1 parent 9363005 commit 0387320
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

1 comment on commit 0387320

@vercel
Copy link

@vercel vercel bot commented on 0387320 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kysely – ./

kysely.dev
www.kysely.dev
kysely-kysely-team.vercel.app
kysely-git-master-kysely-team.vercel.app

Please sign in to comment.