Skip to content

Commit 149674c

Browse files
Merge pull request #81 from billypoke/bugfix/postgres-int4
Add Postgres default int4 type to the number map
2 parents ab9f5c4 + c5eb620 commit 149674c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parameter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ protected function typeToTypeScript($type)
5151
'int',
5252
'integer',
5353
'bigint',
54+
'int4',
5455
'int8',
5556
'serial',
5657
'bigserial',

0 commit comments

Comments
 (0)