bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 68 forks source link

Add support for adding range types #12

Closed EspadaV8 closed 9 years ago

EspadaV8 commented 9 years ago

PostgreSQL 9.2 introduced range type columns (http://www.postgresql.org/docs/current/static/rangetypes.html). This adds blueprints and grammar for them.

EspadaV8 commented 9 years ago

Forgot to mention that this PR has been applied after #11 so everything is PSR-2 formatted.

mirzap commented 9 years ago

Thanks!

EspadaV8 commented 9 years ago

thanks :smile: