Changeset 0a694bb for FarmatikoData/FarmatikoDataContext.cs
- Timestamp:
- 02/07/21 16:25:56 (4 years ago)
- Branches:
- master
- Children:
- e0cdea2
- Parents:
- ac51326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoDataContext.cs
rac51326 r0a694bb 38 38 .ToTable("PHRequests"); 39 39 40 modelBuilder.Entity<PharmacyHead>() 41 .Property(p => p.Id) 42 .ValueGeneratedOnAdd(); 43 40 44 /*modelBuilder.Entity<Medicine>() 41 45 .Property(x => x.Id) … … 74 78 .WithMany(p => p.Pharmacy); 75 79 */ 76 80 77 81 base.OnModelCreating(modelBuilder); 78 82 }
Note:
See TracChangeset
for help on using the changeset viewer.