readVersionDefinition abstract method
Reads the stored definition for a migration version.
Does not include the migration SQL. Returns null if the version cannot
be found.
Implementation
Future<MigrationVersionDefinition?> readVersionDefinition(String version);