diff --git a/db/migrations/20251012100137_poprackmodulecable.php b/db/migrations/20251012100137_poprackmodulecable.php index 81a175057..db2799315 100644 --- a/db/migrations/20251012100137_poprackmodulecable.php +++ b/db/migrations/20251012100137_poprackmodulecable.php @@ -10,7 +10,7 @@ final class Poprackmodulecable extends AbstractMigration $table = $this->table("Poprackmodulecable", ["signed" => true]); $table->addColumn("poprackmodule_id", "integer", ["null" => false]); - $table->addColumn("cable_name", "", ["null" => false]); + $table->addColumn("cable_name", "text", ["null" => false]); $table->addColumn("port_start", "integer", ["null" => false]); $table->addColumn("port_end", "integer", ["null" => false]); $table->addColumn("fiber_start", "integer", ["null" => true]);