CLOSEDRAWERCONFIGURATION
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
CONFIGURATIONOPTIONCODE | tinyint | Default = 0 | ||
CONFIGURATIONOPTION | nvarchar(12) (Computed) | yes | CASE [CONFIGURATIONOPTIONCODE] WHEN 0 THEN N'User' WHEN 1 THEN N'Workstation' WHEN 2 THEN N'Organization' END | |
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 |
---|---|---|---|---|
ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_CLOSEDRAWERCONFIGURATION_DATEADDED | DATEADDED | yes | ||
IX_CLOSEDRAWERCONFIGURATION_DATECHANGED | DATECHANGED | |||
PK_CLOSEDRAWERCONFIGURATION | ID | yes | yes |
Triggers
Trigger Name | Description |
---|---|
TR_CLOSEDRAWERCONFIGURATION_AUDIT_UPDATE | |
TR_CLOSEDRAWERCONFIGURATION_AUDIT_DELETE |