We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while using correct connectionString, i cannnot build the correct database, tables etc...
The text was updated successfully, but these errors were encountered:
you can create an empty database, then run website, it will create tables.
Sorry, something went wrong.
You need to run update-database in your package manager console against the SocialGoal project
The class that determines how the database is created or updated is:
public class GoalsSampleData : CreateDatabaseIfNotExists<SocialGoalEntities> { }
https://www.entityframeworktutorial.net/code-first/database-initialization-strategy-in-code-first.aspx
In any case, you can go directly to the "Register" link to create a user.
No branches or pull requests
while using correct connectionString, i cannnot build the correct database, tables etc...
The text was updated successfully, but these errors were encountered: