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

Use guid if requested type is uuid #31

Closed AviiNL closed 5 years ago

AviiNL commented 7 years ago

The internal type in Doctrine is guid, whenever a uuid is requested we should use that one to avoid an error like Unknown column type "uuid" requested.