Update schema query to use network address types of PostgreSQL.

This commit is contained in:
Kei Hibino 2015-11-21 17:21:34 +09:00
parent 8aec19c0ee
commit 50bd15b80c

View File

@ -148,6 +148,7 @@ columnRelation = relation' $ do
wheres $ typ ! Type.typcategory' `in'` values [ 'B' -- Boolean types
, 'D' -- Date/time types
, 'I' -- Network Address types
, 'N' -- Numeric types
, 'S' -- String types
, 'T' -- typespan types