PostgreSQL: The Primary Key of an Array Field is of Type String Instead of Number #7432
tobiasiv
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
Hey @tobiasiv — array and blocks actually do need a
We might be able to work around these items, but it worked out best to just allow array and block rows to have string-based uuids at this point. I will convert this to a feature request though so we can continue to track interest. If there is enough, we could evaluate what it would take to switch these IDs over to integer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to reproduction
No response
Payload Version
3.0.0-beta.71
Node Version
v20.9.0
Next.js Version
15.0.0-canary.77
Describe the Bug
In PostgreSQL, the primary key of an array field is currently a string. For consistency, it should be a serial number instead."
Reproduction Steps
Adapters and Plugins
No response
Beta Was this translation helpful? Give feedback.
All reactions