Eliminaizone articolo da struttura DB
This commit is contained in:
@@ -22,7 +22,6 @@ namespace MP.FileData.DatabaseModels
|
||||
[Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int FileId { get; set; }
|
||||
public bool Active { get; set; } = true;
|
||||
public string CodArticolo { get; set; }
|
||||
public string IdxMacchina { get; set; } = "";
|
||||
public string Name { get; set; } = "";
|
||||
public int Rev { get; set; } = 0;
|
||||
@@ -51,8 +50,6 @@ namespace MP.FileData.DatabaseModels
|
||||
}
|
||||
}
|
||||
|
||||
[ForeignKey("CodArticolo")]
|
||||
public virtual ArticoloModel Articolo { get; set; }
|
||||
[ForeignKey("IdxMacchina")]
|
||||
public virtual MacchinaModel Macchina { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user