php artisan make:migration add_is_admin_to_users_table --table=users
php artisan migrate --path=/database/migrations/2025_01_22_140127_add_is_admin_to_users_table.php
Knowledge Base
php artisan make:migration add_is_admin_to_users_table --table=users
php artisan migrate --path=/database/migrations/2025_01_22_140127_add_is_admin_to_users_table.php