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

removes inherits table quotes #33

Closed cmizzi closed 5 years ago

cmizzi commented 7 years ago

Without this fix, package would generate inherits query like create table "regions" () INHERITS ("public.regions"). That doesn't work because there's quotes around inherit table name