Fixed Voicenumber and Updated Voiceplan

This commit is contained in:
Frank Schubert
2023-11-14 20:15:06 +01:00
parent 003ab67145
commit cc4a751407
20 changed files with 232 additions and 662 deletions
@@ -10,6 +10,7 @@ final class AddVoiceplanZone extends AbstractMigration
if($this->getEnvironment() == "thetool") {
$table = $this->table("Voiceplanzone");
$table->addColumn("voiceplan_id", "integer", ["null" => false]);
$table->addColumn("extref", "string", ["null" => true, "default" => null, "limit" => 64]);
$table->addColumn("name", "string", ["null" => false, "limit" => 255]);
$table->addColumn("purchase_price", "decimal", ["null" => false, "precision" => 14, "scale" => 4]);
$table->addColumn("price", "decimal", ["null" => false, "precision" => 14, "scale" => 4]);