no more typo in validations entity
This commit is contained in:
parent
4b9acacaec
commit
240fe6580b
@ -16,7 +16,7 @@ export class Validation {
|
||||
@JoinColumn({ name: 'id_utilisateur', referencedColumnName: 'id' })
|
||||
user?: Users;
|
||||
|
||||
@Column({ type: 'varchar', length: 50, name: 'type' })
|
||||
@Column({ type: 'varchar', length: 50, name: 'type', nullable: true })
|
||||
type: string;
|
||||
|
||||
@Column({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user