Contains information from content sections related to design forms
Data model
Fields
| Field | Type | Description |
|---|---|---|
| description | NVARCHAR (8000) | Description of the section |
| form_id* | INT | Related form ID, reference table ASMS_FORMS.id |
| id* | INT | Unique Section Identifier |
| name* | NVARCHAR (1000) | Section Name |
| sec_order* | INT | Indicates the order in which the section appears on the form |
Primary Key
| PK_ASMS_FORM_SECTIONS |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| form_id* | dbo.ASMS_FORMS | id | FK01_ASMS_FORM_SECTIONS |