Ef Core Migrations

Handle EF Core schema changes in Egroo. Use for: adding or changing entity properties, owned types, relationships, indexes, table mappings, naming conventions, or anything in DataContext/OnModelCreating that changes the PostgreSQL schema. Covers when to add a migration, how to update the database, and what to verify afterwards.

jihadkhawaja b25be1c 2.5 KB Updated

File contents

jihadkhawaja/egroo/tree/main/.github/skills/ef-core-migrations commit b25be1ccad

Frequently asked questions

npx skillmds@latest add jihadkhawaja/ef-core-migrations