If you are using SpringBoot, then use below property: spring.jpa.hibernate.ddl-auto=update
other values: Create, create-drop, validate & none.