pub type Migrations = BTreeMap<i32, Migration>;
Simple way to hold migrations indexed by their number
pub struct Migrations { /* private fields */ }