Macro drop_tables

Source
macro_rules! drop_tables {
    ($manager:expr, $( $table:ident ),+) => { ... };
}