NetworkZone

This commit is contained in:
2025-05-22 14:51:54 +01:00
parent 7d03b81723
commit bfe0f8eabf
8 changed files with 48 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ return new class extends Migration
$table->foreignIdFor(Organisation::class);
$table->foreignIdFor(Provider::class);
$table->string('external_id')->nullable();
$table->string('network_zone')->default('global');
$table->string('type');
$table->string('name');
$table->string('ip_range');