Skip to content

Commit fdd7573

Browse files
authored
Add Identity(1,1) (#18140)
1 parent abf25d0 commit fdd7573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/data-protection/implementation/key-storage-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The `DataProtectionKeys` class/entity adopts the structure shown in the followin
174174

175175
| Property/Field | CLR Type | SQL Type |
176176
| -------------- | -------- | --------------------- |
177-
| `Id` | `int` | `int`, PK, not null |
177+
| `Id` | `int` | `int`, PK, `IDENTITY(1,1)`, not null |
178178
| `FriendlyName` | `string` | `nvarchar(MAX)`, null |
179179
| `Xml` | `string` | `nvarchar(MAX)`, null |
180180

0 commit comments

Comments
 (0)