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 Tsvector Column Type to Blueprint #26

Closed howlowck closed 8 years ago

howlowck commented 8 years ago

This PR allows the ability to set a column to tsvector which is a type for text searches.

See tsvector docs

mirzap commented 8 years ago

Thanks.