PERSONALACCESSTOKENREVOKEDETAIL
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| DETAILS | nvarchar(300) | Default = '' | ||
| DATEADDED | datetime | Default = getdate() | ||
| DATECHANGED | datetime | Default = getdate() | ||
| TS | timestamp | |||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ID | uniqueidentifier | PERSONALACCESSTOKEN.ID | ||
| PERSONALACCESSTOKENREVOKECODEID | uniqueidentifier | PERSONALACCESSTOKENREVOKECODE.ID | ||
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_PERSONALACCESSTOKENREVOKEDETAIL_DATEADDED | DATEADDED | yes | ||
| IX_PERSONALACCESSTOKENREVOKEDETAIL_DATECHANGED | DATECHANGED | |||
| PK_PERSONALACCESSTOKENREVOKEDETAIL | ID | yes | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_PERSONALACCESSTOKENREVOKEDETAIL_AUDIT_UPDATE | |
| TR_PERSONALACCESSTOKENREVOKEDETAIL_AUDIT_DELETE |