0
alfar_re created
Hi,
Is it possible to change the ID of my entities from FullyAudited Int to FullyAudited Guid without breaking anything?
- v10.1.0
- MVC
- .net core
5 Answer(s)
-
0
Hi @alfar_re,
If there are referencese between your entities, you need to deail with data update. For your own entities, you can do it. But, for existing AspNet Zero entities (like User, Role, Tenant etc...), it will be very hard to implement.
-
1
Hi @ismcagdas,
Well noted. Thanks for this. I'll try it out.
-
0
@alfar_re
You can post here if you face any problems.
-
1
I will @ismcagdas. Thanks.
-
0
@alfar_re you can reopen this question if you face any problems.