027 Creating migration and dropping them| Rollback migration | Drop Tables | Laravel 11| Tutorial#3

AmazonTechCoding
AmazonTechCoding
21 بار بازدید - 2 هفته پیش - In this laravel tutorial, drop
In this laravel tutorial, drop database table using migrations in laravel. Rollback migration i.e. dropping your tables using migration. Command: php artisan migrate:rollback - Last migrations will be rollbacked. All the tables will be dropped created in last migration. php artisan migrate:rollback --step=3 - no of migration you want to rollback define with option step php artisan migrate:reset - drop all tables created by migrations
2 هفته پیش در تاریخ 1403/06/13 منتشر شده است.
21 بـار بازدید شده
... بیشتر