I am really new to ASP.NET MVC programming and I am currently using the default template for a web application project that contains the methods for registering user, user management and so on including the db as well. However, is it possible for me to add roles manually in the default database as follows:
and get it working instead of using views to create roles?

ASP.NET IDENTITY