feat: 使用 PostgreSQL xmin 系统列作为并发控制
All checks were successful
Build and Deploy AdminApi / build-and-deploy (push) Successful in 38s
All checks were successful
Build and Deploy AdminApi / build-and-deploy (push) Successful in 38s
This commit is contained in:
@@ -79,7 +79,7 @@ public sealed class IdentityUser : AuditableEntityBase
|
||||
public string? Avatar { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 并发控制字段(映射到 PostgreSQL xmin)。
|
||||
/// 并发控制字段(映射到 PostgreSQL xmin 系统列)。
|
||||
/// </summary>
|
||||
public uint RowVersion { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user