feat(ProfileObjState): Profil Entität mit MwfProfileId-foreign-key hinzugefügt.
This commit is contained in:
parent
dd15b520c1
commit
d4d6c29225
@ -42,5 +42,8 @@ namespace WorkFlow.Domain.Entities
|
||||
[Required]
|
||||
[Column("ADDED_WHEN", TypeName = "datetime")]
|
||||
public required DateTime AddedWhen { get; init; }
|
||||
|
||||
[ForeignKey("MwfProfileId")]
|
||||
public Profile? Profile { get; init; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user