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