forked from Ynov/ptitspas-ynov-back
added enumname
This commit is contained in:
parent
cc8de8cba2
commit
c3be8f9569
@ -34,6 +34,7 @@ export class Contrat {
|
||||
@Column({
|
||||
type: 'enum',
|
||||
enum: StatutContratType,
|
||||
enumName: 'statut_contrat_type',
|
||||
default: StatutContratType.BROUILLON,
|
||||
name: 'statut'
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user