add credentials to services

This commit is contained in:
2025-04-09 11:09:40 +01:00
parent a2a3e9002d
commit eefe6243bc
7 changed files with 39 additions and 29 deletions

View File

@@ -18,6 +18,7 @@ return new class extends Migration
$table->string('type'); // postgres / redis / caddy
$table->string('version'); // 17 / 7 / 2
$table->string('driver_name');
$table->text('credentials')->nullable();
$table->string('container_name')->nullable();
$table->string('container_id')->nullable();
$table->timestamps();