-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
c: featureRequest for new featureRequest for new featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Description
PostgreSQL does not only allow to persist columns with a type like text[], but also text ARRAY.
Suggested solution
allow adding columns not only with { type: `${PgType.TEXT}[]` } but alternatively with { type: PgType.TEXT, array: true } (or { type: PgType.TEXT, array: 4 }, see official documentation)
Alternative
No response
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: featureRequest for new featureRequest for new featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed