db + migrations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace TURN.Services.Chess.DBModel
|
||||
{
|
||||
public partial class Game
|
||||
{
|
||||
public long? GameId { get; set; }
|
||||
public string? BlackUserName { get; set; }
|
||||
public string? WhiteUserName { get; set; }
|
||||
public string? StartDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user