Pop Update
Features: * Komplettes kabelmanagement auf Rack He Modul Basis
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user