uuid('id'); $table->string('name'); $table->uuid('gateway_id'); $table->json('filter'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('maildispatchers'); } };