We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relational code not generating
php artisan generate:migration create_clients_table --fields="reference:string:length('30'):unique,client_type_id:integer:unsigned:index,"
php artisan generate:migration create_client_types_table --fields="description:string,"
The text was updated successfully, but these errors were encountered:
Yes the relationships are not being generated....This tool will be useless without this feature.
Sorry, something went wrong.
where does generate:migration comes from?
generate:migration
No branches or pull requests
Relational code not generating
php artisan generate:migration create_clients_table --fields="reference:string:length('30'):unique,client_type_id:integer:unsigned:index,"
php artisan generate:migration create_client_types_table --fields="description:string,"
The text was updated successfully, but these errors were encountered: