faltan 2 catálogods

This commit is contained in:
xXpuma99Xx
2022-05-01 17:47:00 -05:00
parent 55ea61bd93
commit 91469a56af
6 changed files with 529 additions and 305 deletions
@@ -12,6 +12,12 @@ export class Institucion {
@PrimaryGeneratedColumn()
id_institucion: number;
@Column({ type: Boolean, nullable: true, default:false })
activo: boolean;
@Column({ type: String, nullable: true, length: 4 })
clave: string;
@Column({ type: Number, nullable: false, default: 7 })
dias_multa_retraso: number;