uuid('id'); $table->string('from'); $table->string('to'); $table->unique(['from', 'to']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('localmaildispatchers'); } };