institucion infracciones nuevas

This commit is contained in:
2022-08-20 00:26:35 -05:00
parent 8a00b0595f
commit 0e1190bfce
3 changed files with 409 additions and 2 deletions
@@ -6,7 +6,7 @@ export class Infraccion {
@PrimaryGeneratedColumn()
id_infraccion: number;
@Column({ type: String, nullable: false, length: 50 })
@Column({ type: String, nullable: false, length: 60 })
infraccion: string;
@OneToMany(