<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" /><PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
builder .Property(transfer => transfer.Amount) .HasColumnType("decimal") .HasPrecision(14, 2);# Migrations code generatedAmount = table.Column<decimal>(type: "decimal(18,2)", nullable: false)