change length
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user