Unknown column 'CARRE_ID' in 'field list' Error Code: 1054

36 views Asked by At

im trying to learn JAVA Persistent API with Eclipselink and MySQL, and this error comes up when i want to print a table in the IDE.

I try assign a @Column(name='CARRE_ID') but i get a error of ilegal start expretion. Same with @JoinColumn.

Can anybody tell me what im doing worng, pleas? enter image description here @Column(name='carreid')

enter image description here

0

There are 0 answers