Database table communications

Usage

The table communications contains the messages of the communication system.

Table structure

Field nameField specificationComment / Explanation
idcommunicationint(11) Primary key (auto increment)
idclientint(11)Foreign key to table clients
comtypevarchar(32)Communication type
subjectvarchar(255)Subject of the message
messagetextText of the message
recipientvarchar(32)Username of the recipient
authorvarchar(32)Username of the clients creator
createddatetimeDate and time of the creation
modifiedbyvarchar(32)Username of the last modifier
modifieddatetimeDate and time of the last modification

Generic DB information

ItemCollectionItem
cApiCommunicationCollectioncApiCommunication

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.