Skip to content

Commit 013f708

Browse files
gregnrsoedirgo
authored andcommitted
feat: support citext data type when generating typescript types
1 parent 42d3ea7 commit 013f708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/templates/typescript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ const pgTypeToTsType = (
322322
'varchar',
323323
'date',
324324
'text',
325+
'citext',
325326
'time',
326327
'timetz',
327328
'timestamp',

0 commit comments

Comments
 (0)