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