Creating own Register/users Table instead of migration Identity

osyris 236 Reputation points
2021-07-09T17:52:24.967+00:00

While creating a register system I was thinking to creating my own tables:

UserTable = email, encrypted password ,name etc.
RoleTalbe = roleName and RoleDescription
RoleUserTable = user and RoleName.

It seems to me better instead of having to migrate 8 tables were i would only use 3 of them.

Is creating your own tables an good option do some people or companys do this?
or is this something that is absolutly not done.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,148 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,248 questions
{count} votes