added enumname
This commit is contained in:
@@ -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'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user