Contents
| Field | Description | Type | Null | Key | Default | Extra | 
|---|---|---|---|---|---|---|
| cp_id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment | 
| cp_room | chatroom.cr_id of the chatroom | int(10) unsigned | NO | MUL | 0 | |
| cp_xchan | xchan_hash of the chatroom participant | char(255) | NO | MUL | ||
| cp_last | datetime last ping | datetime | NO | MUL | 0000-00-00 00:00:00 | |
| cp_status | text status description e.g. "online" | char(255) | NO | MUL | NULL | |
| cp_client | IP address of this client | char(128) | NO | 
Return to database documentation