-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
SqlServer: Scaffold Identity on a non-key appropriately #8688
Comments
Also do this for SQLite auto-increment. |
See also #8140 |
Clearing up milestone. I would like to understand the impact of this better before we punt. |
From what I understand of current codebase, @bricelam can provide more info on his testing. |
Yes, the reverse engineered model is fully compatible with the database. The minor improvement would be to generate |
This is working as expected. It generates |
After #8680 , scaffolding code will do nothing about identity column,
4. Log warning for identity appearing on invalid property type. (if any)The text was updated successfully, but these errors were encountered: