CustomFormEntryAttribute
Primary Key
| Primary Key | Field Type |
|---|---|
| AttributeType | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| AttributeValue | nvarchar(50) | yes | ||
| ChangeDate | datetime | |||
| ChangeUserID | int | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| EntryID | uniqueidentifier | CustomFormEntry.EntryID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_CustomFormEntryAttribute | EntryID, AttributeType | yes | yes | yes |