Production.Document (table)
wikibot
| Table | Production.Document |
| Column | Data Type | Nullable | Default | PK | Index |
| DocumentID | int | not null | PK_Document_DocumentID | ||
| Title | nvarchar(50) | not null | |||
| FileName | nvarchar(400) | not null | AK_Document_FileName_Revision | ||
| FileExtension | nvarchar(8) | not null | |||
| Revision | nchar(5) | not null | AK_Document_FileName_Revision | ||
| ChangeNumber | int | not null | ((0)) | ||
| Status | tinyint | not null | |||
| DocumentSummary | nvarchar(max) | null | |||
| Document | varbinary(max) | null | |||
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Production.ProductDocument | DocumentID | DocumentID |