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