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