``` CLASS abcd; CLASS Abcd; ``` `org.postgresql.util.PSQLException: ERROR: relation "_auto_features_abcd" already exists` It will work only if at least one class will have not auto table: `TABLE tbl(abcd);` similar to issue #1346