Replies: 2 comments 1 reply
-
Are you able to build the whole solution with no errors before running the migration command? |
Beta Was this translation helpful? Give feedback.
0 replies
-
actually testing using a fresh source worked (adding a new property to Brand. - thank you. but for new Entities to add to the Catalog , one should create 20+ files for it to work, all the endpoints, application commands handlers, etc' - is it the right way? or there is some generator or better option? |
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
-
I need help adding new Entity to the database (using PostgreSQL provider - default).
but i keep getting strange errors when trying to add the migration with ef.
tried running the command from api\server folder or from the postgreSQL migration folder, but without luck
can anyone share how to do it? i'm think this should be fairly easy.
please help.
Beta Was this translation helpful? Give feedback.
All reactions