Element Template Tables
The Element Template tables have an undetermined amount of columns. However, they all have the following columns in common:
SF_CasesResultsTemplate Table Columns
| Column | Type | Comments |
|---|---|---|
| CaseID (PK, FK) | Nvarchar(40), not null | ID for a specific CASE. In SF_Case table it is named just ID. |
| ID (PK) | Nvarchar(40), not null | Specific ID for that Element within the Database. |
| Name | Nvarchar(128), null | Name of the Element. |
| Description | Nvarchar(128), null | Description for the Element. It is optional and can be blank. |
| Categories | Nvarchar(128), null | Element Category in which the Template of the Element is related. |