✅ Add tables in a project with EFCore
I already scaffold my DB in the CLI, but i need to add a new table to the project, how should i do that?
I used DB First approach
5 Replies
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
I believe you can just follow the usual code-first flow now
Create a new model, add a dbset, create a migration, apply it
i will check
i was concerned that it could be different to different approaches
i'll see if i can do that, i never really did this
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
right
thx bro