pub async fn composite_index_three_columns(t: &mut Test) -> Result<()>
Three-column composite index on SQL: #[index(country, city, zip_code)] (SQL-only).
#[index(country, city, zip_code)]
Verifies all three prefix query methods return correct results.