feat(infra): added modeling and migrations for currency code prop

This commit is contained in:
Stevan Freeborn
2026-02-14 06:46:05 -06:00
parent 49e4288eba
commit 701b89d704
4 changed files with 402 additions and 0 deletions
@@ -95,6 +95,10 @@ namespace FiscalOS.Infra.Migrations
b.Property<DateTimeOffset>("CreatedAt")
.HasColumnType("TEXT");
b.Property<string>("CurrencyCode")
.IsRequired()
.HasColumnType("TEXT");
b.Property<decimal>("Current")
.HasColumnType("TEXT");