Compare commits
3 Commits
67b00b9d6f
...
ba0a2ea7df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba0a2ea7df | ||
|
|
e3624adb92 | ||
|
|
7ff22febe4 |
@ -27,12 +27,12 @@ export class Validation {
|
||||
default: StatutValidationType.EN_ATTENTE
|
||||
})
|
||||
status: StatutValidationType;
|
||||
|
||||
|
||||
@ManyToOne(() => Users, { nullable: true })
|
||||
@JoinColumn({ name: 'valide_par', referencedColumnName: 'id' })
|
||||
validated_by?: Users;
|
||||
|
||||
@Column( { name: 'commenteaire', type: 'text', nullable: true })
|
||||
@Column( { name: 'commentaire', type: 'text', nullable: true })
|
||||
comment?: string;
|
||||
|
||||
@CreateDateColumn({ name: 'cree_le', type: 'timestamptz' })
|
||||
@ -40,5 +40,5 @@ export class Validation {
|
||||
|
||||
@UpdateDateColumn({ name: 'modifie_le', type: 'timestamptz' })
|
||||
updated_at: Date;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user