remove unique from name
This commit is contained in:
parent
96b9f8213c
commit
cefb9e825d
@ -14,7 +14,7 @@ public function up(): void
|
||||
Schema::create('local_persistent_volumes', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uuid')->unique();
|
||||
$table->string('name')->unique();
|
||||
$table->string('name');
|
||||
$table->string('mount_path');
|
||||
$table->string('host_path')->nullable();
|
||||
$table->string('container_id')->nullable();
|
||||
|
Loading…
Reference in New Issue
Block a user