migración de bigtext laravel
$table->longText('description');
Mohamad
$table->longText('description');
$this->bigIncrements('id');
This takes care of making it unsigned, auto increment and primary key