Migration constructor

Migration()

Implementation

Migration() {
  _connection = MigrationConnection();
  _schemaBuilder = Schema();
}