id(); $table->string('firstname'); $table->string('lastname'); $table->string('email'); $table->json('payload'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('zoomyboy_event_participants'); } }