Advertisement
Thirdwrist

dotnet model entities with int keys

Feb 3rd, 2021 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. dotnet ef dbcontext scaffold --data-annotations -output-dir Models "Host=localhost;Database=casava;Username=linar;Password=root;Port=5432"Npgsql.EntityFrameworkCore.PostgreSQL
  2.  
  3. bank
  4. ApiLog
  5. CasavaBankAccount
  6. CategoryMenu
  7. Commission
  8. Customer
  9. Discount
  10. DiscountRule
  11. GateWayLog
  12. HttpRequestPermission
  13. Ip
  14. Lga
  15. Menu
  16. MerchantCommissionStructure
  17. Partner
  18. PartnerRemitLog1
  19. PaymentBatchingRule
  20. PaymentChannel
  21. PaymentMode
  22. Product
  23. ProductCategory
  24. ProductRequirementSale
  25. Qoute
  26. Rating
  27. RatingRule
  28. Status
  29. Test
  30. user
  31. userCategory
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement