correo institucional

This commit is contained in:
xXpuma99Xx
2022-05-11 11:07:37 -05:00
parent 495800415a
commit 089d3c3f62
@@ -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;