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