institucion infracciones nuevas
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user