postgresql: use identity columns instead of “serial” #8096
Sam-Apostel
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
I've discussed this with the drizzle team. It is something we looked at but haven't prioritized. A workaround right now for you is to set the If you're interested in adding the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running into "Internal error: error: type "serial" does not exist" when setting up payload 3 beta 99 with a posgresql connection to xata.io
Digging through several issues I discovered that the 'serial' type in postgresql is outdated and "should be deprecated".
Should the
serial
type be replaced with anIdentity column
?Will that change help with improving compatibility with more serverless postgresql providers?
Beta Was this translation helpful? Give feedback.
All reactions