Add netPnl in db for position
This commit is contained in:
@@ -704,6 +704,9 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
b.Property<string>("MoneyManagementJson")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<decimal>("NetPnL")
|
||||
.HasColumnType("decimal(18,8)");
|
||||
|
||||
b.Property<int?>("OpenTradeId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user