1 2 3 4 5 6
pub struct Migration { pub id: &'static str, pub name: &'static str, pub up: &'static str, pub down: Option<&'static str>, }