pub fn model_with_migrations<M>(
    input: TokenStream2,
    ms: &mut impl MigrationsMut<M = M>
) -> TokenStream2where
    M: MigrationMut,