SitePolls
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ClientSitesID | int | yes | ||
| LinkText | nvarchar(256) | yes | ||
| Question | nvarchar(256) | yes | ||
| RandomizeAnswers | bit | |||
| AttributeTypesID | int | Default = 0 | ||
| LastActivityDate | datetime | yes | ||
| Closed | bit | Default = 0 |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ID | int | SiteContent.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_SitePolls_ID | ID | |||
| PK_SitePolls | ID | yes | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| SitePollAnswers | SitePollsID |