-
Notifications
You must be signed in to change notification settings - Fork 228
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
Set PostgreSQL comments on tables and columns #135
Comments
You'll have to provide more info on what you want to do, what do you mean by "comments on columns"? Can you provide an example? |
I am trying to do something like this: I would like to provide some comments for meg columns in the database when I do Code First approach. |
This is currently not supported in the EF Core provider, but it's a pretty good suggestion! I'll try to do it for 1.2. |
BTW, as a workaround, you can always use raw SQL in migrations to add comments to your tables, columns or anything else. |
Thanks. Completly forgot about raw SQL. |
Have completed support for this, will be released in 1.2. |
same here shame on me lol |
Hi,
How to write Comments on Columns using dotnet core Web API with Entity Framework core with PostgreSQL.
I am using dotnet core with Npgsql v3.1.9 and Npgsql.EntityFrameworkCore.PostgreSQL v1.1.0 with postgreSQL 9.6.0.
Is it possible at all?
best regards Sergey
The text was updated successfully, but these errors were encountered: