How can I create migration from existing database?
I wanted to do this with Xerton. I try do execute:
php artisan make:migration
But I'm getting this error:
Not enough arguments (missing: "name").
Is it possible to migrate the existing database at once? Without having to migrate the tables separately?