affectedTable property

TableInfo<Table, dynamic> affectedTable
final

The table to migrate. It is assumed that this table already exists at the time the migration is running. If you need to create a new table, use Migrator.createTable instead of the more complex TableMigration.

Implementation

final TableInfo affectedTable;