When migrating my DB, this error appears. Below is my code followed by the error that I am getting when trying to run the migration.
Code
Laravel 6: Update on 17 Jan 2020
$table->bigInteger( 'category_id' )->unsigned();
This worked well for me