Wednesday, October 13, 2021

Laravel Creating or Updating Tables Using Migration Command

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

XAMPP MySql Crash issue

 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...