Open Closed

How to user IGuidGenerator to generate Sequential GUID for ABP‘s tables? #250


User avatar
0
huoyuanz created

Hi,
Now I can use IGuidGenerator to generate Sequential GUID for my own tables, but I alse want to use Sequential GUID for the ABP's tables, such as the AbpUsers,AbpAuditLogs and so no. Thest tables store a lot of data. Whan should I do?


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    ABP framework uses IGuidGenerator internally

    https://github.com/abpframework/abp/blob/1a622bc50fbd9b554f61078d5eeafa9def3216e3/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLog.cs#L63

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11