pub async fn validate_column_exists( db: &dyn DatabaseProvider, table_name: &str, column_name: &str, ) -> Result<bool>