Contents
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
iid | item.id of the referenced item | int(11) | NO | MUL | NULL | |
uid | channel.channel_id of the owner of this data | int(11) | NO | MUL | NULL | |
sid | an additional identifier to attach or link to the referenced item (often used to store a message_id from another system in order to suppress duplicates) | char(255) | NO | MUL | NULL | |
service | the name or description of the service which generated this identifier | char(255) | NO | MUL | NULL |
Return to database documentation