bigInteger("owner_id"); $table->bigInteger("user_id"); $table->unique(["user_id","owner_id"]); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('owner_user'); } }