Add new table to Db #16
Unanswered
applePieFace
asked this question in
Q&A
Replies: 1 comment
|
All database configuration is now in src/Api/Api.Infrastructure/Persistence/Configuration/Heroplate.cs For example this is the configuration for the Product entity: But you can put them anywhere in the infrastructure project. They will automatically get picked up by this: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do i add a new table to the db, which file do i add the table definition to?
All reactions