Taking Control of ASP.NET Identity Table Names
ASP.NET Identity is an amazing feature, however, the names of the generated tables do not always match the desired format, but it is easy to make some changes to this within your context to match your standards.
Read Full Article