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