Hello, I would like to ask a question. I am using the command:
php artisan make:repository ProjectNote
And I would like to know how to make the command understand that I want my migrate to have the name
create_table_project_notes
And therefore my table is named
project_notes
Could someone give me a light?