bigIncrements('id'); $table->string('name'); $table->text('payload')->nullable(); $table->text('exception')->nullable(); $table->timestamps(); }); } public function down() { Schema::dropIfExists('webhook_calls'); } }