Knowledge Base

Empty filter

Laravel Migration

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

Published
Back to Index