I have a javafx program and using springboot for connection. For some reason when I run the launcher it is duplicating some of my SQL Tables.
I have attached a screenshot of the model class and the database tables that are duplicating.
The clinician_signatures table is the table that was created when I ran the launcher. The ClinicianSignatures table is one that I have created.
I have also attached a screenshot of the application.properties file. I have set the spring.jpa.hibernate.ddl-auto = update — is this not correct?