Contents
Used in Diaspora private mails
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
guid | A unique identifier for this conversation | char(255) | NO | NULL | ||
recips | sender_handle;recipient_handle | mediumtext | NO | NULL | ||
uid | channel.channel_id of the owner of this data | int(11) | NO | NULL | ||
creator | handle of creator | char(255) | NO | NULL | ||
created | creation timestamp | datetime | NO | MUL | 0000-00-00 00:00:00 | |
updated | edited timestamp | datetime | NO | MUL | 0000-00-00 00:00:00 | |
subject | subject of initial message (obscured for privacy) | mediumtext | NO | NULL |
Return to database documentation