You must configure it in application.conf
# Specify the ddl generation pattern to use. Set to none to disable it
# (default to update in DEV mode, and none in PROD mode):
# jpa.ddl=update
the update will do the job, but be careful. It works great if you add a column or table, but no more.
niels source
share