I am starting studies on ASP.NET MVC, and wanted to know where the visual studio creates the database and tables when choosing the default MVC project. It seems that it already creates all the support for registration and login. Where are these tables? Can I migrate this to a mysql database, for example?