Answers for "Which of the following command is used to drop tables from databse in Laravel?"

PHP
1

php artisan drop table

php artisan make:migration drop_name_table
Posted by: Guest on February-22-2021

Code answers related to "Which of the following command is used to drop tables from databse in Laravel?"

Browse Popular Code Answers by Language