Class MTable

java.lang.Object
io.ebeaninternal.dbmigration.model.MTable

public class MTable extends Object
Holds the logical model for a given Table and everything associated to it.

This effectively represents a table, its columns and all associated constraints, foreign keys and indexes.

Migrations can be applied to this such that it represents the state of a given table after various migrations have been applied.

This table model can also be derived from the EbeanServer bean descriptor and associated properties.