foreignId('egg_id')->constrained(); $table->foreignUuid('product_id')->constrained(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('egg_product'); } };