id(); $table->string('name'); $table->string('external_id')->unique(); $table->json('metadata')->nullable(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('tenants'); } };