ClientUserPasswordHistory (4.0SP25)
- no changes
Primary Key | Field Type |
---|---|
ID |
int |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
UserID |
int |
false |
|
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Password |
nvarchar(255) |
true |
|
|
DateUsed |
datetime |
true |
getutcdate() |
|
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
IX_ClientUserPasswordHistory_UserID_DateUsed |
UserID DateUsed |
False |
False |
False |
PK_PASSWORDHISTORY |
ID |
True |
True |
True |