Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel drop table migration

Schema::drop('users');

Schema::dropIfExists('users');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #drop #table #migration
ADD COMMENT
Topic
Name
9+9 =