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