增加 down 方法
This commit is contained in:
parent
8282927054
commit
9828b22741
@ -40,6 +40,8 @@ public function down()
|
||||
{
|
||||
Schema::table('hosts', function (Blueprint $table) {
|
||||
//
|
||||
|
||||
$table->dropColumn('minute_at');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user