C
Cheesebread
Guest
Good afternoon
I have created a .net core console app am using EFCore. When submitting for DBA review our DBAs want me to split out some staging tables from the main tables into its own schema. I would then have 2 schemas as opposed to 1. I was building a single context using scaffolding and am not sure how to proceed if I even can. I am fairly new to EF and EF Core and there has been a lack of insight on this matter that I have found online. Is this possible and if so can I do this in one context?
Thanks.
Continue reading...
I have created a .net core console app am using EFCore. When submitting for DBA review our DBAs want me to split out some staging tables from the main tables into its own schema. I would then have 2 schemas as opposed to 1. I was building a single context using scaffolding and am not sure how to proceed if I even can. I am fairly new to EF and EF Core and there has been a lack of insight on this matter that I have found online. Is this possible and if so can I do this in one context?
Thanks.
Continue reading...