Answers for "laravel migration to drop table"

PHP
1

php artisan drop table

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

laravel migration drop foreign keys

$table->dropPrimary('users_id_primary');
Posted by: Guest on November-30-2020

Code answers related to "laravel migration to drop table"

Browse Popular Code Answers by Language