mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
relational-schemas: postgresql: add uuid type to default type-map.
This commit is contained in:
parent
9c43648eaf
commit
45db88035c
@ -78,6 +78,7 @@ mapFromSqlDefault =
|
||||
-- ("money", [t| Decimal |]),
|
||||
("bpchar", [t| String |]),
|
||||
("varchar", [t| String |]),
|
||||
("uuid", [t| String |]),
|
||||
("date", [t| Day |]),
|
||||
("time", [t| TimeOfDay |]),
|
||||
("timestamp", [t| LocalTime |]),
|
||||
|
Loading…
Reference in New Issue
Block a user