io.ebeaninternal.dbmigration.package-info Maven / Gradle / Ivy
/**
* Generation DDL migration scripts based on changes to the model.
*
* You can use DefaultDbMigration
to compare the entity bean model to its prior state
* and generate DDL for the differences - adding tables, columns etc.
*
*/
package io.ebeaninternal.dbmigration;