Migration constructor

Migration({
  1. Database? database,
  2. bool? logger,
})

Implementation

Migration({this.database, this.logger});