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