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