Skip to content
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

Problem with table names #22

Closed
mhosman opened this issue Apr 16, 2020 · 3 comments
Closed

Problem with table names #22

mhosman opened this issue Apr 16, 2020 · 3 comments

Comments

@mhosman
Copy link

mhosman commented Apr 16, 2020

Columns are being updated to snake case but table names remain unchanged

@iSlaffko
Copy link

You've probably used implicit table naming, e.g. .ToTable("TableName") which is not a convention naming but rather an implicit one. Should you eliminate such statement and create new migration, related table will probably be renamed according to the used convention.

@roji
Copy link
Member

roji commented Apr 28, 2020

In addition to what @iSlaffko wrote, the plugin cannot manage the naming of ASP.NET Identity tables (as opposed to their columns), see #2.

Otherwise can you please post a short code sample to show the problem?

@mhosman
Copy link
Author

mhosman commented Apr 29, 2020

Okay yes, I'm using implicit table naming: .ToTable("whatever"). I'll change that.
Closing issue. Thanks!!

@mhosman mhosman closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants