create migration table in php

PHP
php artisan make:migration create_users_tablephp artisan migrate$table->bigInteger('votes');
Source

Also in PHP: