pub async fn get_table_indexes( pool: &PgPool, schema: &str, table: &str, ) -> Result<Vec<IndexInfo>, Error>