Missing sequence or table: hibernate_sequence

后端 未结 8 2329
礼貌的吻别
礼貌的吻别 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:43

    For me, what was causing this error was the wrong version of the MySql.Data library.

    I had a version 6.9.6.0 defined in the web.config and yet the actual referenced version was older.

    I just commented out :

         
          
          
            
         
       
    

提交回复
热议问题