The table is only used as a support table for development purposes. To add a document use the Admin menugroup. Do not write procedures that rely on this table.
Name | Datatype | Read | Write | Primary key | Description |
---|---|---|---|---|---|
DocumentId | int | Yes | No | Yes | Primary Key |
Document | varbinary(max) | Yes | Yes | No | The document |
DocumentContentSize | int | Yes | No | No | Size of the document. |
DocumentContentType | varchar(300) | Yes | No | No | Type of document |
DocumentFilename | varchar(300) | Yes | Yes | No | Name of the document |
DocumentDescription | varchar(1000) | Yes | Yes | No | Description for the document |