1
Answer

Changing Identity Table’s name and IDs from String to Guid

I have table in Identity which is AspNetUsers, AspNetRole ETC, how can I change them to User, Role ETC?
 
How can I change it's ID to Guid instead using the default of string?

Answers (1)