增加 down

This commit is contained in:
iVampireSP.com 2022-08-12 20:14:42 +08:00
parent a86dd0f956
commit c8f71adc64
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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');
}); });
} }
}; };