table('message_notifications'); $table->removeColumn('create_time') ->removeColumn('update_time') ->removeColumn('delete_time') ->update(); $table->addTimestamps() ->addSoftDelete() ->update(); } public function down() { } }