nWidart/DbExporter

Broken migration php for unsigned decimal field

srampley opened this issue · 0 comments

Just started using this package, and love the idea and usefulness of it already. So thought I would highlight a problem when using an unsigned decimal field.

I got the following broken php line in the generated migration file.

$table->decimal('price', 8,2) unsigne)->unsigned();