You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: