string('id', 36)->primary(); // 36 characters is the default uuid length // your custom, indexed columns go here $table->json('data'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('tenants'); } }