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