I am going to make a db migration file and migrate the file to database by using the a command. But I can't find the command.
In Laravel we approach the goal by using this command.
php artisan make:migrate migration_client_table
Is there any similiar command that acts like the php artisan make:migrate
command?