1 2 3 4 5 6
/// One versioned SQL migration applied to a local database. pub struct Migration { pub version: i64, pub name: &'static str, pub up: &'static str, }