java.lang.Object
io.ebean.migration.runner.MigrationSchema
Create Schema if needed and set current Schema in Migration
-
Constructor Summary
ConstructorsConstructorDescriptionMigrationSchema(MigrationConfig migrationConfig, Connection connection) Construct with configuration and connection. -
Method Summary
Modifier and TypeMethodDescriptionvoidCreate and set the DB schema if desired.
-
Constructor Details
-
MigrationSchema
Construct with configuration and connection.
-
-
Method Details
-
createAndSetIfNeeded
Create and set the DB schema if desired.- Throws:
SQLException
-