dropifexists laravel code example
Example 1: laravel migration integer
$table->bigInteger('votes');
Example 2: php artisan see last migration
php artisan migrate:status
$table->bigInteger('votes');
php artisan migrate:status