Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
✅ EF not creating all tables from migration - C#
C
C#
•
2y ago
•
3 replies
packetphysicist
✅ EF not creating all tables from migration
So I can use
dotnet ef migrations add <name>
dotnet ef migrations add <name>
. It says it successfully created a migration
. Then I use
:
dotnet ef database update
dotnet ef database update
and itll create a database with a
_EFMigrationsHistory table but not any of the other tables that I actually would like to use
.
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,338
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
EF Core not creating migrations
C
C# / help
16mo ago
EF migration from VScode ?
C
C# / help
3y ago
❔ ef migration merges 2 tables of same type?
C
C# / help
3y ago
dotnet-ef error creating migrations
C
C# / help
2y ago