no more typo in validations entity

This commit is contained in:
Sofiane Draris 2025-09-13 18:41:56 +02:00
parent 4b9acacaec
commit 240fe6580b

View File

@ -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({