-
Notifications
You must be signed in to change notification settings - Fork 225
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 failing #405
Comments
What version of EF Core are you using (both Npgsql and Microsoft packages)? |
@roji I'm having exactly the same problem. Please remove the waiting for answer tag.
App is .net core 2.0 DB Scheme is creating Indexes just like OP. Can't copy paste for reasons, but here is a little piece.
Running the following: Getting the following error:
I can't find a solution over the internet so help would be much appreciated. |
@adopilot EF6 issues should be opened in https://github.com/npgsql/EntityFramework6.Npgsql, this repo is for EF Core. |
This looks like a duplicate of #228, which is caused by two indices existing on the same column, see there for more details. |
My apologies if this is already open.
I am trying to Scaffold this table
When I run
Scaffold-DbContext "Host=server;Database=test1;Username=aaa ;Password=aa" Npgsql.EntityFrameworkCore.PostgreSQL
I get
The collection argument 'propertyNames' must contain at least one element.
Full trace of output is
The text was updated successfully, but these errors were encountered: