Renamed some fields

This commit is contained in:
2023-11-22 14:01:37 +01:00
parent 1a1f7ff0a4
commit 712fd14b41
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace WD7UVN_HFT_2023241.Models
public int ID { get; set; }
[ForeignKey(nameof(MaintainerTeam))]
[Required]
public int MAINTAINER { get; set; }
public int MAINTAINER_ID { get; set; }
[Required]
public string NAME { get; set; }
public int VERSION { get; set; }