timabell / ef-enum-to-lookup

Generates lookup tables from enum references in Microsoft Entity Framework 6.1
https://www.nuget.org/packages/ef-enum-to-lookup
69 stars 29 forks source link

Add support for EF models with different schemas #57

Open Ian1971 opened 7 years ago

Ian1971 commented 7 years ago

Our EF model contained a couple of schemas. I think this pull request is a relatively simple change to support them.

ExcelDataReader commented 7 years ago

I'll be pushing changes shortly. With regard to #38. That is all about setting the schema of the created lookup tables, whereas as this is about matching the schema of existing tables for use in the foreign keys. So similar sounding, but not really related.

timabell commented 7 years ago

Ah you're right. So only related in that they both add multischema capabilities.