id(); $table->integer('project_id')->index(); $table->integer('asset_id')->index(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('project_asset'); } };