increments('id'); $table->unsignedMediumInteger('torrentid')->default(0); $table->unsignedMediumInteger('userid')->default(0)->index(); $table->unique(['torrentid', 'userid']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('thanks'); } }