Remove Team ID from Team model.
This is done to create a proper change to let Id now be the Primary Key.
This commit is contained in:
parent
f137595a5a
commit
278064b19b
@ -3,7 +3,6 @@
|
|||||||
public class Team : BaseDomainModel
|
public class Team : BaseDomainModel
|
||||||
{
|
{
|
||||||
public string? Name { get; set; }
|
public string? Name { get; set; }
|
||||||
public int? TeamId { get; set; }
|
|
||||||
public int LeagueId { get; set; }
|
public int LeagueId { get; set; }
|
||||||
public int CoachId { get; set; }
|
public int CoachId { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user