IntelliJ seems to be marking all my column and table names as red during development. I have the JPA facet installed and my datasource configured. The problem is that during development I use drop-create so maybe everything is red because the schema does not exists. Also for new stuff I am developing those schema items would clearly not exist yet.
Anyway around this? I want the JPA support but I don't want to see every column and table name in red.
Thanks.