add new server

add new private key
check server connection
This commit is contained in:
Andras Bacsai
2023-04-26 15:38:50 +02:00
parent 2c68eed072
commit 2487dde69e
17 changed files with 145 additions and 20 deletions

View File

@@ -17,6 +17,7 @@ return new class extends Migration
$table->string('name');
$table->string('description')->nullable();
$table->longText('private_key');
$table->foreignId('team_id');
$table->timestamps();
});
}