Se cambio la longitud de los campos

This commit is contained in:
2025-11-12 10:13:33 -06:00
parent 5f68509986
commit d99155186f
3 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -24,10 +24,10 @@ export class Equipo {
id_equipo: number;
//checar bien aqui si estoy bien
@Column({ type: 'varchar', length: 200, nullable: true })
@Column({ type: 'varchar', length: 10, nullable: true })
inventario: string;
@Column({ type: 'varchar', length: 200, nullable: true })
@Column({ type: 'varchar', length: 15, nullable: true })
serie: string;
@Column({ type: 'varchar', length: 200, nullable: true })
@@ -36,10 +36,10 @@ export class Equipo {
@Column({ name: 'fecha_factura' })
fechaFactura: Date;
@Column({ type: 'varchar', length: 200, nullable: true })
@Column({ type: 'varchar', length: 20, nullable: true })
antiguedad: string;
@Column({ type: 'varchar', length: 200, nullable: true })
@Column({ type: 'varchar', length: 30, nullable: true })
modelo: string;
//Relaciones