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

Add support for Views (correct primary-keys) and support Foreign-Keys between Views and Tables #431

Closed
daiplusplus opened this issue May 29, 2018 · 1 comment

Comments

@daiplusplus
Copy link
Contributor

My project has some VIEWs that should be treated as normal entities, however SQL Server does not support setting explicit primary-keys on views nor setting-up foreign-key relationships between views and tables or views and other views.

This T4 script could be modified to allow for explicit manual configuring of Views' primary-keys, as well as the manual definition of relationships between views and tables.

@daiplusplus
Copy link
Contributor Author

Merged, thank you!

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

1 participant