You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2020. It is now read-only.
Hello, I'm trying to scaffold a database who doesnt use Primary Key on its tables.
When I run a dotnet ef dbcontext scaffold I got the following error:
PK '' on table 'NF ' has no columns! PK '' on table 'PRODUTOS_EVENTOS ' has no columns! Unable to identify the primary key for table 'NF '. Unable to generate entity type for table 'NF '. Unable to identify the primary key for table 'PRODUTOS_EVENTOS '. Unable to generate entity type for table 'PRODUTOS_EVENTOS '.
there is something that I can do? (its not my database, so I cannot alter it to add PK on tables)
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to scaffold a database who doesnt use Primary Key on its tables.
When I run a dotnet ef dbcontext scaffold I got the following error:
PK '' on table 'NF ' has no columns!
PK '' on table 'PRODUTOS_EVENTOS ' has no columns!
Unable to identify the primary key for table 'NF '.
Unable to generate entity type for table 'NF '.
Unable to identify the primary key for table 'PRODUTOS_EVENTOS '.
Unable to generate entity type for table 'PRODUTOS_EVENTOS '.
there is something that I can do? (its not my database, so I cannot alter it to add PK on tables)
Thank you!
The text was updated successfully, but these errors were encountered: