PERSONALACCESSTOKEN
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
TOKEN | nvarchar(4000) | Default = '' | ||
EXPIRATIONDATE | datetime | |||
ENABLED | bit | Default = 0 | ||
DATEADDED | datetime | Default = getdate() | ||
DATECHANGED | datetime | Default = getdate() | ||
TS | timestamp | |||
TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) | |
NAME | nvarchar(100) | Default = '' |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
PROXYUSERID | uniqueidentifier | yes | APPUSER.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_PERSONALACCESSTOKEN_DATEADDED | DATEADDED | yes | ||
IX_PERSONALACCESSTOKEN_DATECHANGED | DATECHANGED | |||
PK_PERSONALACCESSTOKEN | ID | yes | yes |
Triggers
Trigger Name | Description |
---|---|
TR_PERSONALACCESSTOKEN_AUDIT_UPDATE | |
TR_PERSONALACCESSTOKEN_AUDIT_DELETE |
Referenced by
Referenced by | Field |
---|---|
PERSONALACCESSTOKENREVOKEDETAIL | ID |