Macro simple_migration

Source
macro_rules! simple_migration {
    ($name:ident, $up:literal, $down:literal $(,)?) => { ... };
}