public database

This commit is contained in:
Andras Bacsai 2023-08-07 19:29:47 +02:00
parent 20e1cd6d6b
commit bfc20ef219

View File

@ -24,6 +24,9 @@ public function up(): void
$table->string('postgres_host_auth_method')->nullable();
$table->json('init_scripts')->nullable();
$table->boolean('is_public')->default(false);
$table->integer('public_port')->nullable();
$table->timestamp('started_at')->nullable();
$table->morphs('destination');