Update about the relation column "User" for the images
and begin to add a column in "Aircraft"
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string ImageData { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace skydiveLogs_api.Model
|
||||
|
||||
public Gear Gear { get; set; }
|
||||
|
||||
public int UserId { get; set; }
|
||||
public User User { get; set; }
|
||||
|
||||
public int ExitAltitude { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user