change length
This commit is contained in:
@@ -38,10 +38,10 @@ export class Equipo {
|
|||||||
@Column({ name: 'fecha_factura' })
|
@Column({ name: 'fecha_factura' })
|
||||||
fechaFactura: Date;
|
fechaFactura: Date;
|
||||||
|
|
||||||
@Column({ type: 'varchar', length: 20, nullable: true })
|
@Column({ type: 'varchar', length: 30, nullable: true })
|
||||||
antiguedad: string;
|
antiguedad: string;
|
||||||
|
|
||||||
@Column({ type: 'varchar', length: 20, nullable: true })
|
@Column({ type: 'varchar', length: 40, nullable: true })
|
||||||
modelo: string;
|
modelo: string;
|
||||||
|
|
||||||
//Relaciones
|
//Relaciones
|
||||||
|
|||||||
Reference in New Issue
Block a user