Missing sequence or table: hibernate_sequence

后端 未结 8 2307
礼貌的吻别
礼貌的吻别 2020-12-14 15:49

I am new to hibernate and postgres. Actually I am trying to map potgres database using Hibernate. This is my table stucture in postgresql

CREATE TABLE employ         


        
8条回答
  •  爱一瞬间的悲伤
    2020-12-14 16:34

    If you encounter this with Spring Boot or Spring boot/Hibernate Migration then potentially you can try the following

    https://mkyong.com/spring-boot/spring-boot-mysql-table-db_name-hibernate_sequence-doesnt-exist/
    

提交回复
热议问题