First I rolled back 2 migrations by mistake, then I ran php artisan migrate command and I got the following error:
php artisan migrate
[Illuminate\\Database\\QueryExcepti
When you've rolled back these migrations, you've deleted categories and articles tables. So just run migrate command again:
categories
articles
migrate