pub async fn check_database_table_exists( db: &DbPool, table_name: &str, ) -> DbResult<bool>
Check if a table with the provided table_name exists
table_name