]> git.mxchange.org Git - friendica.git/blob - doc/database/db_arrived-activity.md
Revert "Rename contact table column to ffi_keyword_denylist"
[friendica.git] / doc / database / db_arrived-activity.md
1 Table arrived-activity
2 ===========
3
4 Id of arrived activities
5
6 Fields
7 ------
8
9 | Field     | Description                        | Type           | Null | Key | Default | Extra |
10 | --------- | ---------------------------------- | -------------- | ---- | --- | ------- | ----- |
11 | object-id | object id of the incoming activity | varbinary(383) | NO   | PRI | NULL    |       |
12 | received  | Receiving date                     | datetime       | YES  |     | NULL    |       |
13
14 Indexes
15 ------------
16
17 | Name    | Fields    |
18 | ------- | --------- |
19 | PRIMARY | object-id |
20
21
22 Return to [database documentation](help/database)