appliedAt property
The timestamp when the migration was applied.
Implementation
@OrmField(columnName: 'applied_at')
final DateTime appliedAt;
The timestamp when the migration was applied.
@OrmField(columnName: 'applied_at')
final DateTime appliedAt;