79785775

Date: 2025-10-08 18:54:53
Score: 2.5
Natty:
Report link

Entity Framework Core (incl. 2.2) doesn’t have a first-class API for PostgreSQL table partitioning. You can still use code-first and migrations, but you must create the partitioned table and its partitions with raw SQL inside your migration(s), and then map your entity to the parent table.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fateme mosleh