Add Shop / ShopCategory
This commit is contained in:
@@ -19,7 +19,11 @@ namespace reallife_gamemode.Server.Entities
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
|
||||
|
||||
[ForeignKey("Shop")]
|
||||
public int ShopId { get; set; }
|
||||
public Shop Shop { get; set; }
|
||||
|
||||
public VehicleHash Model { get; set; }
|
||||
[StringLength(32)]
|
||||
public string ModelName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user