Przeglądaj źródła

se agrego migracion para tablas taller y vehiculo

Jose Cienfuegos 9 miesięcy temu
rodzic
commit
3e8b635d2d

+ 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"),