integer("menu_id"); $table->integer("permission_id"); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('menu_permission'); } };