Database Table Keyword |
[This is preliminary documentation and is subject to change.]
Table Keyword holds keyword definitions. Keywords may be related to related to document references Database Table DocRef by means of Database Table DocRefKeyword
Field Name | Type | Note | Description |
---|---|---|---|
Word | VARCHAR(255) | Primary Key | The keyword to rererence |
Description | TEXT | Description | |
CreatedDateTime | DATETIME | Date and time keyword was created | |
CreatedBy | INT | Reference to Employee: id of user who created the keyword | |
UpdatedDateTime | DATETIME | Date and time keyword was updeated | |
UpdatedBy | INT | Reference to Employee: id of user who updeated the keyword | |
DeletedDateTime | DATETIME | Date and time keyword was deleted | |
DeletedBy | INT | Reference to Employee: id of user who deleted the keyword |