ef-enum-to-lookup icon indicating copy to clipboard operation
ef-enum-to-lookup copied to clipboard

Add support for EF models with different schemas

Open Ian1971 opened this issue 7 years ago • 2 comments

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

Ian1971 avatar May 31 '17 11:05 Ian1971

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.

ExcelDataReader avatar Jun 05 '17 08:06 ExcelDataReader

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

timabell avatar Jun 05 '17 20:06 timabell