You have installed Laravel JetSetram, created user and you see this error: "Column not found: 1054 Unknown column 'current_team_id' in 'field list'" Here is the fix:
According to Laravel creator, Tylor Otwell, you need to
quote
But how to do that?
Easy, all you need to is run this artisan command:
php artisan migrate:refresh
and 💥 your error is gone