Replies: 1 comment
-
|
Have you tried specifying "min" in the definition ? |
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.
-
So, I'm using ORMAR with my postgres database, I have my ID column as the primary key, where autoincrement is enabled.
The values being inserted however are starting from 1. Is there any way to make them start from a different value, say 10000?
Beta Was this translation helpful? Give feedback.
All reactions