dropColumn
This commit is contained in:
parent
6e347d214b
commit
0a39fe4a9a
@ -25,6 +25,8 @@ class AddPackageTypeToVirtualPackages extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('virtual_packages');
|
||||
Schema::table('virtual_packages', function (Blueprint $table) {
|
||||
$table->dropColumn('package_type');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user