ef-enum-to-lookup
ef-enum-to-lookup copied to clipboard
Add support for EF models with different schemas
Our EF model contained a couple of schemas. I think this pull request is a relatively simple change to support them.
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.
Ah you're right. So only related in that they both add multischema capabilities.