public database
This commit is contained in:
parent
20e1cd6d6b
commit
bfc20ef219
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user