Fix db and fix endpoints
This commit is contained in:
@@ -56,8 +56,10 @@ public class BacktestEntity
|
||||
public string MoneyManagementJson { get; set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
[MaxLength(255)]
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public int UserId { get; set; }
|
||||
|
||||
// Navigation property
|
||||
public UserEntity? User { get; set; }
|
||||
|
||||
[Column(TypeName = "jsonb")]
|
||||
public string? StatisticsJson { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user