| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  Name | nvarchar(100) | |||
|  Description | nvarchar(1024) | |||
|  MaxSize | int |  | ||
|  UploadCaption | nvarchar(50) | |||
|  RequiresApproval | bit | Default = 0 | ||
|  Guid | uniqueidentifier |  | Default = (newid()) | |
|  MimeTypes | xml |  | ||
|  UseMimeTypes | bit |  | Default = 1 | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  SiteContentID | int | SiteContent.ID | ||
|  SITEFOLDERID | int |  | SiteFolders.FolderID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_DocUploadPart_GUID | Guid | |||
|  IX_DocUploadPart_SiteContentID | SiteContentID | |||
|  PK_DocUploadPart | ID |  |  |  | 
