Unique id for postgres needs to be provided? #229
Unanswered
borsemayur2
asked this question in
Q&A
Replies: 0 comments
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.
-
I've previously worked with postgres and django-orm. The primary key
idis auto-generated by django. The same thing happens with denodb and sqlite3. It is not the case with postgres. User has to provide an unique integer while creating a record. Can we have the same functionality as sqlite3 for postgres or is there any reason for not auto-generating the primary key for postgres?Beta Was this translation helpful? Give feedback.
All reactions