Comment out migration's down method to match its up method
This commit is contained in:
parent
03938d0f32
commit
aec64fa64a
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ class AddPhysicalToAssets extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
$table->dropColumn('physical');
|
||||
// $table->dropColumn('physical');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue