Posts

Showing posts from 2018

Unknown column ' ' in 'field list - JPA - Camel Case

Add this above the column name @Column (name= "MODIFIEDDATETIME" ,nullable = false ) Make sure the Column name is ALL CAPS