Fixed Voicenumber and Updated Voiceplan
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user