]> git.mxchange.org Git - friendica.git/blob - doc/database.md
Changes:
[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 | [account-suggestion](help/database/db_account-suggestion) | Account suggestion |
12 | [account-user](help/database/db_account-user) | Remote and local accounts |
13 | [apcontact](help/database/db_apcontact) | ActivityPub compatible contacts - used in the ActivityPub implementation |
14 | [application](help/database/db_application) | OAuth application |
15 | [application-marker](help/database/db_application-marker) | Timeline marker |
16 | [application-token](help/database/db_application-token) | OAuth user token |
17 | [arrived-activity](help/database/db_arrived-activity) | Id of arrived activities |
18 | [attach](help/database/db_attach) | file attachments |
19 | [cache](help/database/db_cache) | Stores temporary data |
20 | [channel](help/database/db_channel) | User defined Channels |
21 | [check-full-text-search](help/database/db_check-full-text-search) | Check for a full text search match in user defined channels before storing the message in the system |
22 | [config](help/database/db_config) | main configuration storage |
23 | [contact](help/database/db_contact) | contact table |
24 | [contact-relation](help/database/db_contact-relation) | Contact relations |
25 | [conv](help/database/db_conv) | private messages |
26 | [delayed-post](help/database/db_delayed-post) | Posts that are about to be distributed at a later time |
27 | [delivery-queue](help/database/db_delivery-queue) | Delivery data for posts for the batch processing |
28 | [diaspora-contact](help/database/db_diaspora-contact) | Diaspora compatible contacts - used in the Diaspora implementation |
29 | [diaspora-interaction](help/database/db_diaspora-interaction) | Signed Diaspora Interaction |
30 | [endpoint](help/database/db_endpoint) | ActivityPub endpoints - used in the ActivityPub implementation |
31 | [event](help/database/db_event) | Events |
32 | [fetch-entry](help/database/db_fetch-entry) |  |
33 | [fetched-activity](help/database/db_fetched-activity) | Id of fetched activities |
34 | [fsuggest](help/database/db_fsuggest) | friend suggestion stuff |
35 | [group](help/database/db_group) | privacy circles, circle info |
36 | [group_member](help/database/db_group_member) | privacy circles, member info |
37 | [gserver](help/database/db_gserver) | Global servers |
38 | [gserver-tag](help/database/db_gserver-tag) | Tags that the server has subscribed |
39 | [hook](help/database/db_hook) | addon hook registry |
40 | [inbox-entry](help/database/db_inbox-entry) | Incoming activity |
41 | [inbox-entry-receiver](help/database/db_inbox-entry-receiver) | Receiver for the incoming activity |
42 | [inbox-status](help/database/db_inbox-status) | Status of ActivityPub inboxes |
43 | [intro](help/database/db_intro) |  |
44 | [item-uri](help/database/db_item-uri) | URI and GUID for items |
45 | [key-value](help/database/db_key-value) | A key value storage |
46 | [locks](help/database/db_locks) |  |
47 | [mail](help/database/db_mail) | private messages |
48 | [mailacct](help/database/db_mailacct) | Mail account data for fetching mails |
49 | [manage](help/database/db_manage) | table of accounts that can manage each other |
50 | [notification](help/database/db_notification) | notifications |
51 | [notify](help/database/db_notify) | [Deprecated] User notifications |
52 | [notify-threads](help/database/db_notify-threads) |  |
53 | [oembed](help/database/db_oembed) | cache for OEmbed queries |
54 | [openwebauth-token](help/database/db_openwebauth-token) | Store OpenWebAuth token to verify contacts |
55 | [parsed_url](help/database/db_parsed_url) | cache for 'parse_url' queries |
56 | [pconfig](help/database/db_pconfig) | personal (per user) configuration storage |
57 | [permissionset](help/database/db_permissionset) |  |
58 | [photo](help/database/db_photo) | photo storage |
59 | [post](help/database/db_post) | Structure for all posts |
60 | [post-activity](help/database/db_post-activity) | Original remote activity |
61 | [post-category](help/database/db_post-category) | post relation to categories |
62 | [post-collection](help/database/db_post-collection) | Collection of posts |
63 | [post-content](help/database/db_post-content) | Content for all posts |
64 | [post-counts](help/database/db_post-counts) | Original remote activity |
65 | [post-delivery](help/database/db_post-delivery) | Delivery data for posts for the batch processing |
66 | [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items |
67 | [post-engagement](help/database/db_post-engagement) | Engagement data per post |
68 | [post-history](help/database/db_post-history) | Post history |
69 | [post-link](help/database/db_post-link) | Post related external links |
70 | [post-media](help/database/db_post-media) | Attached media |
71 | [post-question](help/database/db_post-question) | Question |
72 | [post-question-option](help/database/db_post-question-option) | Question option |
73 | [post-tag](help/database/db_post-tag) | post relation to tags |
74 | [post-thread](help/database/db_post-thread) | Thread related data |
75 | [post-thread-user](help/database/db_post-thread-user) | Thread related data per user |
76 | [post-user](help/database/db_post-user) | User specific post data |
77 | [post-user-notification](help/database/db_post-user-notification) | User post notifications |
78 | [process](help/database/db_process) | Currently running system processes |
79 | [profile](help/database/db_profile) | user profiles data |
80 | [profile_field](help/database/db_profile_field) | Custom profile fields |
81 | [push_subscriber](help/database/db_push_subscriber) | Used for OStatus: Contains feed subscribers |
82 | [register](help/database/db_register) | registrations requiring admin approval |
83 | [report](help/database/db_report) |  |
84 | [report-post](help/database/db_report-post) | Individual posts attached to a moderation report |
85 | [report-rule](help/database/db_report-rule) | Terms of service rule lines relevant to a moderation report |
86 | [search](help/database/db_search) |  |
87 | [session](help/database/db_session) | web session storage |
88 | [storage](help/database/db_storage) | Data stored by Database storage backend |
89 | [subscription](help/database/db_subscription) | Push Subscription for the API |
90 | [tag](help/database/db_tag) | tags and mentions |
91 | [user](help/database/db_user) | The local users |
92 | [user-contact](help/database/db_user-contact) | User specific public contact data |
93 | [user-gserver](help/database/db_user-gserver) | User settings about remote servers |
94 | [userd](help/database/db_userd) | Deleted usernames |
95 | [verb](help/database/db_verb) | Activity Verbs |
96 | [worker-ipc](help/database/db_worker-ipc) | Inter process communication between the frontend and the worker |
97 | [workerqueue](help/database/db_workerqueue) | Background tasks queue entries |