Skip to content

Commit

Permalink
Merge pull request #15 from patrickcurl/patch-1
Browse files Browse the repository at this point in the history
Add Citext support so package works w/ citext types from tpetry/laravel-postgres-enhanced.
  • Loading branch information
freekmurze committed Sep 21, 2022
2 parents 522dab8 + ad5806a commit 0d58d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/RegistersAdditionalTypeMappings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ trait RegistersAdditionalTypeMappings
'point' => 'string',
'polygon' => 'string',
'sysname' => 'string',
'citext' => 'string,
];

/**
Expand Down

0 comments on commit 0d58d4b

Please sign in to comment.