Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Open
Milestone
Description
Before you submit an issue please read this
This repository is only for reporting bugs or issues. If you need support, please use Stack Overflow usinglaravel-code-generator tag (https://stackoverflow.com/questions/tagged/laravel-code-generator)
Please provide us with details by completing the following requirements. Issues with not enough info are likely to be closed without resolution.
Environment:
- Laravel-Code-Generator Version: 2.4.4
- Laravel Version: 7.23.0
Description:
When generating migration, that contains a reference tousers tableid getting error incorrectly formed error. since laravel 7.xid() returnsbigIncrements field.
Steps/Commands To Reproduce:
change the database engine toInnoDB. Then add a field to migration file something likecreated_by that referencesid onusers table. Then run the migration.
Content Of The Resource-File:
Metadata
Metadata
Assignees
Labels
No labels