forked from Ynov/ptitspas-ynov-back
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' })
|
@JoinColumn({ name: 'id_utilisateur', referencedColumnName: 'id' })
|
||||||
user?: Users;
|
user?: Users;
|
||||||
|
|
||||||
@Column({ type: 'varchar', length: 50, name: 'type' })
|
@Column({ type: 'varchar', length: 50, name: 'type', nullable: true })
|
||||||
type: string;
|
type: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user