Add netPnl in db for position

This commit is contained in:
2025-10-03 03:11:17 +07:00
parent 5bd4fd7b52
commit 58b07a1a13
9 changed files with 1674 additions and 5 deletions

View File

@@ -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");