Postgres not creating tables properly with hibernate?
It turns out you cannot have a table named user
in postgres. So simply changing the table name from user to user_entity fixed this.
It turns out you cannot have a table named user
in postgres. So simply changing the table name from user to user_entity fixed this.