id property
The unique identifier for the migration (usually the filename).
Implementation
@OrmField(isPrimaryKey: true)
final String id;
The unique identifier for the migration (usually the filename).
@OrmField(isPrimaryKey: true)
final String id;