Database Table DocRefContentType |
[This is preliminary documentation and is subject to change.]
The DocrefContentType table is a lookup table specifying the text to display on the user interface (and reports) for the content type.
The types are fixed (have special meaning in the TOPICA framework:
Reference to physical document.
Reference to electronic (on-line) document (outside the database).
Reference to uploaded document stored in the current database in table Document.
Therefore, the number of records and the values of the Number field may not be changed Only Caption may be changed (to get different texts in the user interface).
Field name | Type | Note | Description |
---|---|---|---|
Number | INT | Primary Key | Id for content type |
Caption | VARCHAR(255) | Caption to use in GUI |