macro_rules! tabular { ($i:literal, $h:ident) => { ... }; }
Sugar for table creation. Different name coz diesel uses the table!() macro to do some wizardry.
diesel
table!()