Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git/.git] / doc / database / db_inbox-entry-receiver.md
1 Table inbox-entry-receiver
2 ===========
3
4 Receiver for the incoming activity
5
6 Fields
7 ------
8
9 | Field    | Description | Type               | Null | Key | Default | Extra |
10 | -------- | ----------- | ------------------ | ---- | --- | ------- | ----- |
11 | queue-id |             | int unsigned       | NO   | PRI | NULL    |       |
12 | uid      | User id     | mediumint unsigned | NO   | PRI | NULL    |       |
13
14 Indexes
15 ------------
16
17 | Name    | Fields        |
18 | ------- | ------------- |
19 | PRIMARY | queue-id, uid |
20 | uid     | uid           |
21
22 Foreign Keys
23 ------------
24
25 | Field | Target Table | Target Field |
26 |-------|--------------|--------------|
27 | queue-id | [inbox-entry](help/database/db_inbox-entry) | id |
28 | uid | [user](help/database/db_user) | uid |
29
30 Return to [database documentation](help/database)