-
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
Allow table/column comments to be specified in the model #15037
Comments
FWIW this exists on PostgreSQL and is supported by Npgsql (although the SQL is different): npgsql/efcore.pg#135. |
Notes from triage: It would be good to port this from the Npgsql provider so that it is general relational functionality that can be used by any relational provider. |
For SQL Server provider, would we imagine this being supported with extendedproperties? https://stackoverflow.com/questions/4586842/sql-comments-on-create-table-on-sql-server-2008 |
are there any plans relating to reverse engineering for this? |
@ErikEJ I think this is a good question. Can you please create a new issue to track that? (unless you are able to find one). |
I've not added any documentation for it yet. I also remember seeing some comments on supporting DescriptionAttribute, but I can't for the life of me find this now. |
env:
EntityFrameworkCore.Tools 2.2.3
MySql.Data.EntityFrameworkCore 8.0.15
The text was updated successfully, but these errors were encountered: