Macro table_structure

Source
macro_rules! table_structure {
    (connection =>  $connection:expr,model:$model:expr) => { ... };
}