unsignedBigInteger laravel 8 code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: create migration laravel
php artisan make:Model Product -m -c --resource
php artisan make:Model Status -m
php artisan make:Model Product -m -c --resource