How to migrate the database #68
Unanswered
happy-bits
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Okay, I solved it by
Please let me know if there are a better way 😊 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Thanks for a great project 😊 This is very useful to understand CQRS, Vertical slice architecture and more!
If I want to extend the model/database (e.g add a property/column to Student), what is the preferred way of doing that? I tried to do
Add-Migration X1
...but that created a script for the whole database. Should I instead use psake in some way?
Regards
Oscar
Beta Was this translation helpful? Give feedback.
All reactions