We have created an Entity inherited from FullAuditedEntity of "Abp.Domain.Entities.Auditing" namespace. We want to change the datatype of field CreatorUserId from long to string. Can anybody suggest how it is possible ?
Any help would be much appreciated.
4 Answer(s)
-
0
hi
This is impossible.
Can you explain why you are doing this?
-
0
We have to keep the database structure as same as our desktop application. The reason we want to use these system fields(i.e. CreatorUserId, LastModifierUserId, etc. from the FullAuditedEntity) is that framework will automatically handle all data operations.
Another option could be that we can create new fields but in that case, we will require to populate the data manually.
Therefore we wanted to use these fields from FullAuditedEntity.
-
0
Duplicate of aspnetboilerplate/aspnetboilerplate#3967
-
0
This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.