Laravel Migration Table Bigint
$this->bigIncrements('id');
This takes care of making it unsigned, auto increment and primary key
Selfish Scarab
$this->bigIncrements('id');
This takes care of making it unsigned, auto increment and primary key