Database table communications
Usage
The table communications contains the messages of the communication system.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idcommunication | int(11)Â | Primary key (auto increment) |
idclient | int(11) | Foreign key to table clients |
comtype | varchar(32) | Communication type |
subject | varchar(255) | Subject of the message |
message | text | Text of the message |
recipient | varchar(32) | Username of the recipient |
author | varchar(32) | Username of the clients creator |
created | datetime | Date and time of the creation |
modifiedby | varchar(32) | Username of the last modifier |
modified | datetime | Date and time of the last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiCommunicationCollection | cApiCommunication |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.