FormDisplayForms
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| DisplayName | nvarchar(255) | |||
| FormID | int | yes | ||
| Sequence | int | yes | ||
| ContentID | int | yes | ||
| FormGuid | uniqueidentifier | Default = ('00000000-0000-0000-0000-000000000000') |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FormDisplayForms | ID | yes | yes | yes |