Migration

PHOTO EMBED

Mon Apr 17 2023 22:38:22 GMT+0000 (Coordinated Universal Time)

Saved by @waqaspuri #php

     $table->id();
            $table->string('model');
            $table->unsignedBigInteger('manufacturer_id');
            $table->foreign('manufacturer_id')->references('id')->on('manufacturers');
            $table->timestamps();
content_copyCOPY