uuid('id')->primary(); // (optional) your custom, indexed columns can go here $table->json('data'); }); } /** * Reverse the migrations. * * @return void */ public function down(): void { Schema::dropIfExists('tenants'); } }