Same problem here. Seems that the needed migration is already present into database/migrations/ folder, so simply running
php artisan migrate
will create the table.
Be carefull that is also provided a basic user table migration than can drop your currently users table (if exists).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community