2015-12-26 14:51:41 +00:00
Database Tables
===============
* [Home ](help )
2021-06-13 20:33:50 +00:00
| Table | Description |
|-------|-------------|
| [2fa_app_specific_password ](help/database/db_2fa_app_specific_password ) | Two-factor app-specific _password |
| [2fa_recovery_codes ](help/database/db_2fa_recovery_codes ) | Two-factor authentication recovery codes |
| [2fa_trusted_browser ](help/database/db_2fa_trusted_browser ) | Two-factor authentication trusted browsers |
2022-11-30 05:59:27 +00:00
| [account-suggestion ](help/database/db_account-suggestion ) | Account suggestion |
2022-09-16 05:00:06 +00:00
| [account-user ](help/database/db_account-user ) | Remote and local accounts |
2021-06-13 20:33:50 +00:00
| [apcontact ](help/database/db_apcontact ) | ActivityPub compatible contacts - used in the ActivityPub implementation |
| [application ](help/database/db_application ) | OAuth application |
2022-06-06 21:38:59 +00:00
| [application-marker ](help/database/db_application-marker ) | Timeline marker |
2021-06-13 20:33:50 +00:00
| [application-token ](help/database/db_application-token ) | OAuth user token |
2022-08-06 17:06:55 +00:00
| [arrived-activity ](help/database/db_arrived-activity ) | Id of arrived activities |
2021-06-13 20:33:50 +00:00
| [attach ](help/database/db_attach ) | file attachments |
| [cache ](help/database/db_cache ) | Stores temporary data |
2023-09-19 09:05:28 +00:00
| [channel ](help/database/db_channel ) | User defined Channels |
2023-11-15 17:55:45 +00:00
| [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 |
2023-02-04 19:52:24 +00:00
| [config ](help/database/db_config ) | main configuration storage |
2021-06-13 20:56:14 +00:00
| [contact ](help/database/db_contact ) | contact table |
2021-06-13 20:33:50 +00:00
| [contact-relation ](help/database/db_contact-relation ) | Contact relations |
| [conv ](help/database/db_conv ) | private messages |
| [delayed-post ](help/database/db_delayed-post ) | Posts that are about to be distributed at a later time |
2022-12-31 12:19:34 +00:00
| [delivery-queue ](help/database/db_delivery-queue ) | Delivery data for posts for the batch processing |
2021-08-28 07:10:27 +00:00
| [diaspora-contact ](help/database/db_diaspora-contact ) | Diaspora compatible contacts - used in the Diaspora implementation |
2021-06-13 20:33:50 +00:00
| [diaspora-interaction ](help/database/db_diaspora-interaction ) | Signed Diaspora Interaction |
2022-04-25 13:45:03 +00:00
| [endpoint ](help/database/db_endpoint ) | ActivityPub endpoints - used in the ActivityPub implementation |
2021-06-13 20:33:50 +00:00
| [event ](help/database/db_event ) | Events |
2022-08-01 07:06:30 +00:00
| [fetch-entry ](help/database/db_fetch-entry ) | |
2022-08-10 09:28:18 +00:00
| [fetched-activity ](help/database/db_fetched-activity ) | Id of fetched activities |
2021-06-13 20:33:50 +00:00
| [fsuggest ](help/database/db_fsuggest ) | friend suggestion stuff |
2023-05-13 23:46:35 +00:00
| [group ](help/database/db_group ) | privacy circles, circle info |
| [group_member ](help/database/db_group_member ) | privacy circles, member info |
2021-06-13 20:56:14 +00:00
| [gserver ](help/database/db_gserver ) | Global servers |
2021-06-13 20:33:50 +00:00
| [gserver-tag ](help/database/db_gserver-tag ) | Tags that the server has subscribed |
| [hook ](help/database/db_hook ) | addon hook registry |
2022-07-21 05:42:53 +00:00
| [inbox-entry ](help/database/db_inbox-entry ) | Incoming activity |
| [inbox-entry-receiver ](help/database/db_inbox-entry-receiver ) | Receiver for the incoming activity |
2021-06-13 20:33:50 +00:00
| [inbox-status ](help/database/db_inbox-status ) | Status of ActivityPub inboxes |
| [intro ](help/database/db_intro ) | |
2021-06-13 20:56:14 +00:00
| [item-uri ](help/database/db_item-uri ) | URI and GUID for items |
2022-12-29 15:54:08 +00:00
| [key-value ](help/database/db_key-value ) | A key value storage |
2021-06-13 20:33:50 +00:00
| [locks ](help/database/db_locks ) | |
| [mail ](help/database/db_mail ) | private messages |
| [mailacct ](help/database/db_mailacct ) | Mail account data for fetching mails |
| [manage ](help/database/db_manage ) | table of accounts that can manage each other |
| [notification ](help/database/db_notification ) | notifications |
2022-02-23 07:10:57 +00:00
| [notify ](help/database/db_notify ) | [Deprecated] User notifications |
2021-06-13 20:33:50 +00:00
| [notify-threads ](help/database/db_notify-threads ) | |
| [oembed ](help/database/db_oembed ) | cache for OEmbed queries |
| [openwebauth-token ](help/database/db_openwebauth-token ) | Store OpenWebAuth token to verify contacts |
2021-06-14 12:38:42 +00:00
| [parsed_url ](help/database/db_parsed_url ) | cache for 'parse_url' queries |
2021-06-13 20:33:50 +00:00
| [pconfig ](help/database/db_pconfig ) | personal (per user) configuration storage |
2021-06-13 20:56:14 +00:00
| [permissionset ](help/database/db_permissionset ) | |
2021-06-13 20:33:50 +00:00
| [photo ](help/database/db_photo ) | photo storage |
| [post ](help/database/db_post ) | Structure for all posts |
2022-07-27 17:39:00 +00:00
| [post-activity ](help/database/db_post-activity ) | Original remote activity |
2021-06-13 20:33:50 +00:00
| [post-category ](help/database/db_post-category ) | post relation to categories |
2022-04-06 13:34:11 +00:00
| [post-collection ](help/database/db_post-collection ) | Collection of posts |
2021-06-13 20:33:50 +00:00
| [post-content ](help/database/db_post-content ) | Content for all posts |
2023-12-28 17:42:39 +00:00
| [post-counts ](help/database/db_post-counts ) | Original remote activity |
2022-05-05 12:23:44 +00:00
| [post-delivery ](help/database/db_post-delivery ) | Delivery data for posts for the batch processing |
2021-06-13 20:33:50 +00:00
| [post-delivery-data ](help/database/db_post-delivery-data ) | Delivery data for items |
2023-09-01 21:56:59 +00:00
| [post-engagement ](help/database/db_post-engagement ) | Engagement data per post |
2022-05-15 20:21:56 +00:00
| [post-history ](help/database/db_post-history ) | Post history |
2021-07-05 18:45:49 +00:00
| [post-link ](help/database/db_post-link ) | Post related external links |
2021-06-13 20:33:50 +00:00
| [post-media ](help/database/db_post-media ) | Attached media |
2024-04-17 19:16:47 +00:00
| [post-origin ](help/database/db_post-origin ) | Posts from local users |
2022-04-20 06:28:02 +00:00
| [post-question ](help/database/db_post-question ) | Question |
| [post-question-option ](help/database/db_post-question-option ) | Question option |
2024-01-17 21:10:33 +00:00
| [post-searchindex ](help/database/db_post-searchindex ) | Content for all posts |
2021-06-13 20:33:50 +00:00
| [post-tag ](help/database/db_post-tag ) | post relation to tags |
| [post-thread ](help/database/db_post-thread ) | Thread related data |
| [post-thread-user ](help/database/db_post-thread-user ) | Thread related data per user |
2021-06-13 20:56:14 +00:00
| [post-user ](help/database/db_post-user ) | User specific post data |
2021-06-13 20:33:50 +00:00
| [post-user-notification ](help/database/db_post-user-notification ) | User post notifications |
| [process ](help/database/db_process ) | Currently running system processes |
| [profile ](help/database/db_profile ) | user profiles data |
| [profile_field ](help/database/db_profile_field ) | Custom profile fields |
| [push_subscriber ](help/database/db_push_subscriber ) | Used for OStatus: Contains feed subscribers |
| [register ](help/database/db_register ) | registrations requiring admin approval |
2022-11-12 21:50:28 +00:00
| [report ](help/database/db_report ) | |
2022-12-10 14:08:12 +00:00
| [report-post ](help/database/db_report-post ) | Individual posts attached to a moderation report |
| [report-rule ](help/database/db_report-rule ) | Terms of service rule lines relevant to a moderation report |
2021-06-13 20:33:50 +00:00
| [search ](help/database/db_search ) | |
| [session ](help/database/db_session ) | web session storage |
| [storage ](help/database/db_storage ) | Data stored by Database storage backend |
2021-08-15 00:30:41 +00:00
| [subscription ](help/database/db_subscription ) | Push Subscription for the API |
2021-06-13 20:56:14 +00:00
| [tag ](help/database/db_tag ) | tags and mentions |
| [user ](help/database/db_user ) | The local users |
2021-06-13 20:33:50 +00:00
| [user-contact ](help/database/db_user-contact ) | User specific public contact data |
2023-07-09 19:56:09 +00:00
| [user-gserver ](help/database/db_user-gserver ) | User settings about remote servers |
2021-06-13 20:56:14 +00:00
| [userd ](help/database/db_userd ) | Deleted usernames |
| [verb ](help/database/db_verb ) | Activity Verbs |
2021-06-13 20:33:50 +00:00
| [worker-ipc ](help/database/db_worker-ipc ) | Inter process communication between the frontend and the worker |
| [workerqueue ](help/database/db_workerqueue ) | Background tasks queue entries |