uuid('id')->primary(); $table->uuid('recordId'); $table->string('schema'); $table->json('data'); $table->json('_sys'); $table->json('_file'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('revisions'); } };