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

43 views Asked by At

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.

1

There are 1 answers

1
Marc Scholten On

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.