Add agent fees
This commit is contained in:
@@ -99,6 +99,9 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
.HasPrecision(18, 8)
|
||||
.HasColumnType("numeric(18,8)");
|
||||
|
||||
b.Property<decimal>("TotalFees")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<decimal>("TotalPnL")
|
||||
.HasColumnType("decimal(18,8)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user