unique(['filearea_id','name']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('files',function (Blueprint $table) { $table->dropUnique(['filearea_id','name']); }); } };