APPUSERKPIINSTANCEFAVORITE
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| APPUSERID | uniqueidentifier | APPUSER.ID | ||
| KPIINSTANCEID | uniqueidentifier | KPIINSTANCE.ID | ||
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_APPUSERKPIINSTANCEFAVORITE_DATEADDED | DATEADDED | yes | ||
| IX_APPUSERKPIINSTANCEFAVORITE_DATECHANGED | DATECHANGED | |||
| PK_APPUSERKPIINSTANCEFAVORITE | ID | yes | yes | |
| UIX_APPUSERKPIINSTANCEFAVORITE_APPUSERID_KPIINSTANCEID | APPUSERID, KPIINSTANCEID | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_APPUSERKPIINSTANCEFAVORITE_AUDIT_UPDATE | |
| TR_APPUSERKPIINSTANCEFAVORITE_AUDIT_DELETE |