unsignedInteger('shop_id')->nullable(); $table->foreign('shop_id')->references('id')->on('shops')->onDelete('cascade'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('', function (Blueprint $table) { }); } }