瀏覽代碼

se agrego migracion para tablas taller y vehiculo

Jose Cienfuegos 9 月之前
父節點
當前提交
3e8b635d2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"),