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.
Now I can't create custom fields:
I got error
Undefined abstract/virtual type 'point'inAbstractColumn.php line 449Add the ability to create custom field types.