Represents the relationship of the additional fields to the sections of the forms
Data model
Fields
Field | Type | Description |
---|---|---|
field_id* | INT | Additional field identifier |
field_order* | INT | Display order of additional fields |
section_id* | INT | Form Section Identifier |
Primary Key
PK_ASMS_SECTION_FIELDS |
---|
section_id, field_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
field_id* | dbo.ASMS_FIELDS | id | FK02_ASMS_SECTION_FIELDS |
section_id* | dbo.ASMS_FORM_SECTIONS | id | FK01_ASMS_SECTION_FIELDS |