mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
Update schema query to use network address types of PostgreSQL.
This commit is contained in:
parent
8aec19c0ee
commit
50bd15b80c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user