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