Comment out migration's down method to match its up method

This commit is contained in:
Marcus Moore 2023-01-10 17:25:25 -08:00
parent 03938d0f32
commit aec64fa64a
No known key found for this signature in database

View file

@ -26,6 +26,6 @@ class AddPhysicalToAssets extends Migration
*/
public function down()
{
$table->dropColumn('physical');
// $table->dropColumn('physical');
}
}