Michael Fliegner
Michael Fliegner

Reputation: 39

IHP Haskell Framework: can postgres columns of type int8range be used?

Is it possible to use columns of type int8range? The code editor cannot parse "int8range". Can a preexisisting postgres schema be used with IHP? I need those for a bitemporal model.

Upvotes: 0

Views: 54

Answers (1)

Marc Scholten
Marc Scholten

Reputation: 1396

IHP has no support for int8range yet. All supported database types can be found in the documentation.

Maybe you can file a GitHub issue for this so we can add support for range types in the future.

Upvotes: 0

Related Questions