]> git.mxchange.org Git - friendica.git/blob - doc/database.md
Merge pull request #11516 from annando/issue-11472
[friendica.git] / doc / database.md
1 Database Tables
2 ===============
3
4 * [Home](help)
5
6 | Table | Description |
7 |-------|-------------|
8 | [2fa_app_specific_password](help/database/db_2fa_app_specific_password) | Two-factor app-specific _password |
9 | [2fa_recovery_codes](help/database/db_2fa_recovery_codes) | Two-factor authentication recovery codes |
10 | [2fa_trusted_browser](help/database/db_2fa_trusted_browser) | Two-factor authentication trusted browsers |
11 | [addon](help/database/db_addon) | registered addons |
12 | [apcontact](help/database/db_apcontact) | ActivityPub compatible contacts - used in the ActivityPub implementation |
13 | [application](help/database/db_application) | OAuth application |
14 | [application-token](help/database/db_application-token) | OAuth user token |
15 | [attach](help/database/db_attach) | file attachments |
16 | [cache](help/database/db_cache) | Stores temporary data |
17 | [config](help/database/db_config) | main configuration storage |
18 | [contact](help/database/db_contact) | contact table |
19 | [contact-relation](help/database/db_contact-relation) | Contact relations |
20 | [conv](help/database/db_conv) | private messages |
21 | [conversation](help/database/db_conversation) | Raw data and structure information for messages |
22 | [delayed-post](help/database/db_delayed-post) | Posts that are about to be distributed at a later time |
23 | [diaspora-interaction](help/database/db_diaspora-interaction) | Signed Diaspora Interaction |
24 | [endpoint](help/database/db_endpoint) | ActivityPub endpoints - used in the ActivityPub implementation |
25 | [event](help/database/db_event) | Events |
26 | [fcontact](help/database/db_fcontact) | Diaspora compatible contacts - used in the Diaspora implementation |
27 | [fsuggest](help/database/db_fsuggest) | friend suggestion stuff |
28 | [group](help/database/db_group) | privacy groups, group info |
29 | [group_member](help/database/db_group_member) | privacy groups, member info |
30 | [gserver](help/database/db_gserver) | Global servers |
31 | [gserver-tag](help/database/db_gserver-tag) | Tags that the server has subscribed |
32 | [hook](help/database/db_hook) | addon hook registry |
33 | [inbox-status](help/database/db_inbox-status) | Status of ActivityPub inboxes |
34 | [intro](help/database/db_intro) |  |
35 | [item-uri](help/database/db_item-uri) | URI and GUID for items |
36 | [locks](help/database/db_locks) |  |
37 | [mail](help/database/db_mail) | private messages |
38 | [mailacct](help/database/db_mailacct) | Mail account data for fetching mails |
39 | [manage](help/database/db_manage) | table of accounts that can manage each other |
40 | [notification](help/database/db_notification) | notifications |
41 | [notify](help/database/db_notify) | [Deprecated] User notifications |
42 | [notify-threads](help/database/db_notify-threads) |  |
43 | [oembed](help/database/db_oembed) | cache for OEmbed queries |
44 | [openwebauth-token](help/database/db_openwebauth-token) | Store OpenWebAuth token to verify contacts |
45 | [parsed_url](help/database/db_parsed_url) | cache for 'parse_url' queries |
46 | [pconfig](help/database/db_pconfig) | personal (per user) configuration storage |
47 | [permissionset](help/database/db_permissionset) |  |
48 | [photo](help/database/db_photo) | photo storage |
49 | [post](help/database/db_post) | Structure for all posts |
50 | [post-category](help/database/db_post-category) | post relation to categories |
51 | [post-collection](help/database/db_post-collection) | Collection of posts |
52 | [post-content](help/database/db_post-content) | Content for all posts |
53 | [post-delivery](help/database/db_post-delivery) | Delivery data for posts for the batch processing |
54 | [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items |
55 | [post-history](help/database/db_post-history) | Post history |
56 | [post-link](help/database/db_post-link) | Post related external links |
57 | [post-media](help/database/db_post-media) | Attached media |
58 | [post-question](help/database/db_post-question) | Question |
59 | [post-question-option](help/database/db_post-question-option) | Question option |
60 | [post-tag](help/database/db_post-tag) | post relation to tags |
61 | [post-thread](help/database/db_post-thread) | Thread related data |
62 | [post-thread-user](help/database/db_post-thread-user) | Thread related data per user |
63 | [post-user](help/database/db_post-user) | User specific post data |
64 | [post-user-notification](help/database/db_post-user-notification) | User post notifications |
65 | [process](help/database/db_process) | Currently running system processes |
66 | [profile](help/database/db_profile) | user profiles data |
67 | [profile_field](help/database/db_profile_field) | Custom profile fields |
68 | [push_subscriber](help/database/db_push_subscriber) | Used for OStatus: Contains feed subscribers |
69 | [register](help/database/db_register) | registrations requiring admin approval |
70 | [search](help/database/db_search) |  |
71 | [session](help/database/db_session) | web session storage |
72 | [storage](help/database/db_storage) | Data stored by Database storage backend |
73 | [subscription](help/database/db_subscription) | Push Subscription for the API |
74 | [tag](help/database/db_tag) | tags and mentions |
75 | [user](help/database/db_user) | The local users |
76 | [user-contact](help/database/db_user-contact) | User specific public contact data |
77 | [userd](help/database/db_userd) | Deleted usernames |
78 | [verb](help/database/db_verb) | Activity Verbs |
79 | [worker-ipc](help/database/db_worker-ipc) | Inter process communication between the frontend and the worker |
80 | [workerqueue](help/database/db_workerqueue) | Background tasks queue entries |