I have three tables in existing sql db:
- Events
- ConcreteEvents1
- ConcreteEvents2
There is 1:1 relationship between events and concrete events and only events table has PrimaryKey.
Is there any way to scaffold entities from this database?
Unfortunately, I don't own the db