mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 03:42:01 +00:00
added customers model to context
This commit is contained in:
@@ -6,6 +6,7 @@ public class BarkContext(DbContextOptions<BarkContext> options) : DbContext(opti
|
||||
{
|
||||
public DbSet<InventoryItems> Inventory { get; set; }
|
||||
public DbSet<ItemStatus> ItemStatus { get; set; }
|
||||
public DbSet<Customers> Customers { get; set; }
|
||||
}
|
||||
|
||||
[Index(nameof(Barcode), IsUnique = true)]
|
||||
|
||||
Reference in New Issue
Block a user