pub async fn drop_table<C: Connection>( cx: &Cx, conn: &C, table_name: &str, if_exists: bool, ) -> Outcome<(), Error>
Drop a table.