while building an ASP.NET MVC project with unique user authentication, a default database is provided with several tables. how can i change the datatype of Id field of AspNetUsers table from nvarchar(128) to int or bigint? i want to use identity constriction with my Id attribute