/** * Generation DDL migration scripts based on changes to the model. * <p> * You can use <code>DbMigration</code> to compare the entity bean model to its prior state * and generate DDL for the differences - adding tables, columns etc. * </p> */ package io.ebean.dbmigration;