Fix column name typo
This commit is contained in:
parent
4ee3cbf60e
commit
c5b09ed955
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class AddEolOnModelsTable extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::table('models', function ($table) {
|
||||
$table->dropColumn('old');
|
||||
$table->dropColumn('eol');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue