Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
tinyint | Default = 1 | Used to describe the location of the nodes within the branch. | |
![]() |
nvarchar(17) (Computed) | ![]() |
CASE [NODELOCATIONCODE] WHEN 2 THEN N'Ancestor Node' WHEN 1 THEN N'Default Site Node' WHEN 0 THEN N'Descendant Node' END | Provides a translation for the 'NODELOCATIONCODE' field. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | SITE.ID | FK to SITE | |
![]() |
uniqueidentifier | APPUSER.ID | FK to APPUSER |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
APPUSERID | |||
![]() |
SITEID | |||
![]() |
ID | ![]() |
![]() |
![]() |