This commit is contained in:
Andras Bacsai
2023-05-16 10:03:34 +02:00
parent e54369334b
commit 9cff545c99
5 changed files with 83 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ return new class extends Migration
Schema::create('server_settings', function (Blueprint $table) {
$table->id();
$table->string('uuid')->unique();
$table->boolean('is_jump_server')->default(false);
$table->boolean('is_build_server')->default(false);
$table->boolean('is_validated')->default(false);