I have a MySQL database with one hundred or more tables that is used with Hibernate, and I came across several columns that are no longer in use. That is, they still exist in the database, but not in the model. Is it possible to detect these columns in a database that are no longer in use?
source
share