string("path")->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('permissions', function (Blueprint $table) { $table->dropColumn("path"); }); } };