migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Add the ability to create custom field types

Open siamskoi opened this issue 4 years ago • 0 comments

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.

siamskoi avatar Jan 06 '22 15:01 siamskoi