SiteSurveyAnswerColumns
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Sequence | int | |||
| ColumnName | nvarchar(50) | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteSurveyQuestionsId | int | SiteSurveyQuestions.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SiteSurveyAnswerColumns | ID | yes | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| SiteSurveyAnswerColumnData | SiteSurveyAnswerColumnsId |