Add TeamId to Coach model.
This commit is contained in:
parent
1197b9ecea
commit
48afe784d6
@ -3,5 +3,6 @@
|
||||
public class Coach : BaseDomainModel
|
||||
{
|
||||
public string Name { get; set; } // Strings are automatically become VARCHAR database types.
|
||||
public int? TeamId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user