Skip to content
Snippets Groups Projects
Unverified Commit 92f8a500 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #6453 from metabase/add-mapping-for-postgres-citext

Add mapping for Postgres CITEXT type
parents c2dccdf3 811a65da
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
:bytea :type/* ; byte array
:cidr :type/Text ; IPv4/IPv6 network address
:circle :type/*
:citext :type/Text ; case-insensitive text
:date :type/Date
:decimal :type/Decimal
:float4 :type/Float
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment