change length

This commit is contained in:
2025-11-24 14:58:38 -06:00
parent 9d513c3439
commit 5d8a379a7e
+2 -2
View File
@@ -38,10 +38,10 @@ export class Equipo {
@Column({ name: 'fecha_factura' }) @Column({ name: 'fecha_factura' })
fechaFactura: Date; fechaFactura: Date;
@Column({ type: 'varchar', length: 20, nullable: true }) @Column({ type: 'varchar', length: 30, nullable: true })
antiguedad: string; antiguedad: string;
@Column({ type: 'varchar', length: 20, nullable: true }) @Column({ type: 'varchar', length: 40, nullable: true })
modelo: string; modelo: string;
//Relaciones //Relaciones