macro_rules! migrate { ($($migration:ty),*) => { ... }; }
Accepts a list of structs that implement the Migration trait, and runs them.
Migration