Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaffold schema to different namespace #5169

Closed
mi4t23 opened this issue Apr 25, 2016 · 2 comments
Closed

scaffold schema to different namespace #5169

mi4t23 opened this issue Apr 25, 2016 · 2 comments

Comments

@mi4t23
Copy link

mi4t23 commented Apr 25, 2016

using
dnx dbcontext scaffold ...

One expects ef7 to scaffold db objects from different schemas to subdirectories named after db schemas they live in leaving generated context in main directory.

that is:
given tables:

[schema1].[table1]
[schema1].[table2]
[schema2].[table1]
[schema2].[table3]

and running> dnx dbcontext scaffold -o Model -c MyDbContext
I expect the following files to be generated

Model\MyDbContext
Model\schema1\table1.cs
Model\schema1\table2.cs
Model\schema2\table1.cs
Model\schema2\table1.cs
@rowanmiller
Copy link
Contributor

Duplicate of #3988, leaving open for the moment so that we can discuss priority of that issue in triage.

@rowanmiller
Copy link
Contributor

Closing as dupe, bumped up priority of #3988

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants