For Creating table:
php artisan make:migration create_users_table --create=users
For Updating/Changing the existing Table:
php artisan make:migration update_users_table --table=users
This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. Solution: Back up C:\xampp\mysql\data Copy all file C:\xa...
No comments:
Post a Comment