SIGN IN SIGN UP
laravel / framework UNCLAIMED

Laravel is a web application framework with expressive, elegant syntax.

0 0 2 PHP

Add operator class support for PostgreSQL GiST spatial indexes (#56324)

This change allows specifying an operator class when creating spatial indexes
on PostgreSQL, which is required for certain data types like inet.

- Add optional operatorClass parameter to Blueprint::spatialIndex()
- Update PostgresGrammar to handle operator class in SQL generation
- Add tests for spatial index with operator class functionality

Fixes #56261
J
joteejotee committed
1784f2e64b1df3989ccb092daa923c05d23f6227
Parent: 2f70782
Committed by GitHub <noreply@github.com> on 7/18/2025, 4:24:25 PM