Parcourir la source

se agrego migracion para tablas taller y vehiculo

Jose Cienfuegos il y a 9 mois
Parent
commit
3e8b635d2d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      migrations/m240717_221515_tablas_taller_vehiculo.php

+ 1 - 1
migrations/m240717_221515_tablas_taller_vehiculo.php

@@ -18,7 +18,7 @@ class m240717_221515_tablas_taller_vehiculo extends Migration
           "direccion" => $this->string(100)->notNull(),
           "mecanico" => $this->string(100)->notNull(),
           "descripcion" => $this->text(),
-          "telefono" => $this->integer(10),
+          "telefono" => $this->string(10),
           "creado" => $this->timestamp()->append(" with time zone"),
           "modificado" => $this->timestamp()->append(" with time zone"),
           "eliminado" => $this->timestamp()->append(" with time zone"),