增加 down
This commit is contained in:
parent
a86dd0f956
commit
c8f71adc64
@ -27,7 +27,8 @@ public function up()
|
|||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('drops', function (Blueprint $table) {
|
Schema::table('drops', function (Blueprint $table) {
|
||||||
//
|
// drop column
|
||||||
|
$table->dropColumn('type');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user