Cannot resolve column 'COLUMN_NAME' because of the catalog annotation

Answered

Hi,

hi have implementend a JPA entity, and annotated it with this:

Where catalog is the MySQL database but permanently give me the error on the column:

If i change catalog into schema it can recognize the column but when i deploy it gives me error because catalog is the correct attribute.


How i can tell to intelliJ to see catalog as a schema and make the check on the column annotation? Because i don't want to only disable the check on the column name because this is useful.

For now i change in schema to check if everything is correct and when i deploy change in catalog again

Thanks

0
2 comments

Hi, we have a related ticket, please follow: https://youtrack.jetbrains.com/issue/IDEA-170227

0

Thank, i'm watching it now

0

Please sign in to leave a comment.