umbrellio / laravel-pg-extensions

Laravel extensions for Postgres
MIT License
90 stars 18 forks source link

add tstzrange function #74

Closed fuwasegu closed 1 year ago

fuwasegu commented 1 year ago

There was a method for tsrange type, but none for tstzrange type, so I implemented it.

FYI https://www.postgresql.org/docs/current/rangetypes.html

pvsaintpe commented 1 year ago

@lunain84 https://packagist.org/packages/umbrellio/laravel-pg-extensions#5.3.4 Thank you!