faltan 2 catálogods
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user