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