added weight field

This commit is contained in:
2025-05-04 14:35:12 -05:00
parent e6c93f4fe7
commit afecdefb8d
5 changed files with 147 additions and 2 deletions
@@ -64,6 +64,10 @@ namespace barkmanapi.Migrations
.HasColumnType("text")
.HasColumnName("status_id");
b.Property<float?>("Weight")
.HasColumnType("real")
.HasColumnName("weight");
b.HasKey("Id")
.HasName("pk_inventory");