diff --git a/mariadb/aria_log.00000001 b/mariadb/aria_log.00000001 index 8052777..0ae96a4 100644 Binary files a/mariadb/aria_log.00000001 and b/mariadb/aria_log.00000001 differ diff --git a/mariadb/aria_log_control b/mariadb/aria_log_control index 372e48d..372c15e 100644 Binary files a/mariadb/aria_log_control and b/mariadb/aria_log_control differ diff --git a/src/equipo/entities/equipo.entity.ts b/src/equipo/entities/equipo.entity.ts index edef9b4..4134d10 100644 --- a/src/equipo/entities/equipo.entity.ts +++ b/src/equipo/entities/equipo.entity.ts @@ -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