public function down() { Schema::table('users', function (Blueprint $table) { $table->dropSoftDeletes(); }); }