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 69 forks source link

Handle column type methods using __call magic method #50

Open khalilst opened 3 years ago

khalilst commented 3 years ago

This PR removes MOST of the column type methods and handle them using __call method. It will support the probably missing types.

And it reduced files size from 8360 to 4415 (46% lower) and line count from 348 to 175 (49% lower).