Open AlbertoJr789 opened 1 year ago
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 ?