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

ENUM type support? #32

Open FractalizeR opened 7 years ago

FractalizeR commented 7 years ago

Laravel doesn't support ENUM type for postgres. It declares it as a VARCHAR with constrain which is not very convenient.  Can we have ENUM support at this great library?

mirzap commented 7 years ago

I think I can add it. Thanks for suggesting 👍 I'll keep the issue open until I add pg enum.