From 089d3c3f6204a2d555af510d309a55e2e226f18d Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Wed, 11 May 2022 11:07:37 -0500 Subject: [PATCH] correo institucional --- src/institucion/entity/institucion.entity.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/institucion/entity/institucion.entity.ts b/src/institucion/entity/institucion.entity.ts index 518417f..43cf520 100644 --- a/src/institucion/entity/institucion.entity.ts +++ b/src/institucion/entity/institucion.entity.ts @@ -23,6 +23,12 @@ export class Institucion { @Column({ type: Number, nullable: false, default: 7 }) dias_multa_retraso: number; + @Column({ type: String, nullable: true, length: 40 }) + dominio: string; + + @Column({ type: Boolean, nullable: true, default: false }) + email_institucional: boolean; + @Column({ type: String, nullable: false, length: 150 }) institucion: string;