Replies: 1 comment
-
|
What you are seeing is expected behavior in JHipster + PostgreSQL. JHipster does not usually use the old PostgreSQL So even if pgAdmin shows: |
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.
-
I used jhipster 8.7.1 to created a Spring Boot app. My database is PostgreSQL.
I found that autoincrement of primary key of jdl-created entity tables is NO.
I did a insertion test, the table ID had a big jump from 10 to 1000+, which seems not very good.
Beta Was this translation helpful? Give feedback.
All reactions