-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
PostgreSQL supports arrays as a datatype:
https://www.postgresql.org/docs/9.1/arrays.html
For instance, a table blogposts could contain a column named tags which would be of type text[].
I want to write a migration where a table is created with such field. I couldn't find anything about arrays in Rezoom, is there something I missed or any workaround for it?
EDIT: OK, I just found https://rspeele.gitbooks.io/rezoom-sql/doc/Language/Functions/PostgresFunctions.html noting that arrays are not supported nor planned. Still, I would be glad to see a workaround (by using Postgre's arrays feature).
Metadata
Metadata
Assignees
Labels
No labels