Skip to main content

migration_info_helper

Macro migration_info_helper 

Source
macro_rules! migration_info_helper {
    (@table($name:expr)) => { ... };
    (@index($name:expr)) => { ... };
    (@column($t:expr, $c:expr)) => { ... };
    (@adhoc($info:expr)) => { ... };
}