Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

drop column laravel migration

Schema::table('clients', function (Blueprint $table) {
    $table->string('UserDomainName');
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #drop #column #laravel #migration
ADD COMMENT
Topic
Name
2+6 =