migrations
migrations copied to clipboard
Add the ability to create custom field types
Now I can't create custom fields:
$this->table('table')->addColumn('location', 'point');
I got error Undefined abstract/virtual type 'point' in AbstractColumn.php line 449
Add the ability to create custom field types.