0
pablo@ccalp.net created
- ABP Framework version: v7.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
Is there a way to change the IdentityUser primary key from GUID to an Int? Is it possible to do this on an existing project with existing data (test data), if I need to regenerate the database it is not a problem.
Thank you.
1 Answer(s)
-
0
Hey,
no, that is not possible without HEAVY customization of nearly everything abp related.
May I ask why you want to do that?