Se cambio la longitud de los campos
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user