Se cambio la longitud de los campos

This commit is contained in:
2025-11-12 10:13:54 -06:00
parent d99155186f
commit 1467fe769a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -39,7 +39,7 @@ export class Equipo {
@Column({ type: 'varchar', length: 20, nullable: true })
antiguedad: string;
@Column({ type: 'varchar', length: 30, nullable: true })
@Column({ type: 'varchar', length: 20, nullable: true })
modelo: string;
//Relaciones