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
Reading the source code I discovered that if I don't check the migration box, I'll get this error.
Which happens on line 460 on laravel-generator\BaseCommand.php
Another error which I get is "can't access property name on null", which happens if I don't add the timestamps fields.
The error ocurrs somewhere in the function generateFields() on laravel-generator\MigrationGenerator.php
How do I solve this ?
The text was updated successfully, but these errors were encountered: