2015-12-26 15:51:41 +01:00
Database Tables
===============
* [Home ](help )
2021-06-13 22:33:50 +02: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 06:59:27 +01:00
| [account-suggestion ](help/database/db_account-suggestion ) | Account suggestion |
2022-09-16 07:00:06 +02:00
| [account-user ](help/database/db_account-user ) | Remote and local accounts |
2021-06-13 22:33:50 +02:00
| [apcontact ](help/database/db_apcontact ) | ActivityPub compatible contacts - used in the ActivityPub implementation |
| [application ](help/database/db_application ) | OAuth application |
2022-06-06 23:38:59 +02:00
| [application-marker ](help/database/db_application-marker ) | Timeline marker |
2021-06-13 22:33:50 +02:00
| [application-token ](help/database/db_application-token ) | OAuth user token |
2022-08-06 19:06:55 +02:00
| [arrived-activity ](help/database/db_arrived-activity ) | Id of arrived activities |
2021-06-13 22:33:50 +02:00
| [attach ](help/database/db_attach ) | file attachments |
| [cache ](help/database/db_cache ) | Stores temporary data |
2023-09-19 11:05:28 +02:00
| [channel ](help/database/db_channel ) | User defined Channels |
2023-11-15 18:55:45 +01: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 20:52:24 +01:00
| [config ](help/database/db_config ) | main configuration storage |
2021-06-13 22:56:14 +02:00
| [contact ](help/database/db_contact ) | contact table |
2021-06-13 22:33:50 +02: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 13:19:34 +01:00
| [delivery-queue ](help/database/db_delivery-queue ) | Delivery data for posts for the batch processing |
2021-08-28 09:10:27 +02:00
| [diaspora-contact ](help/database/db_diaspora-contact ) | Diaspora compatible contacts - used in the Diaspora implementation |
2021-06-13 22:33:50 +02:00
| [diaspora-interaction ](help/database/db_diaspora-interaction ) | Signed Diaspora Interaction |
2022-04-25 15:45:03 +02:00
| [endpoint ](help/database/db_endpoint ) | ActivityPub endpoints - used in the ActivityPub implementation |
2021-06-13 22:33:50 +02:00
| [event ](help/database/db_event ) | Events |
2022-08-01 09:06:30 +02:00
| [fetch-entry ](help/database/db_fetch-entry ) | |
2022-08-10 11:28:18 +02:00
| [fetched-activity ](help/database/db_fetched-activity ) | Id of fetched activities |
2021-06-13 22:33:50 +02:00
| [fsuggest ](help/database/db_fsuggest ) | friend suggestion stuff |
2023-05-14 01:46:35 +02:00
| [group ](help/database/db_group ) | privacy circles, circle info |
| [group_member ](help/database/db_group_member ) | privacy circles, member info |
2021-06-13 22:56:14 +02:00
| [gserver ](help/database/db_gserver ) | Global servers |
2021-06-13 22:33:50 +02: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 07:42:53 +02: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 22:33:50 +02:00
| [inbox-status ](help/database/db_inbox-status ) | Status of ActivityPub inboxes |
| [intro ](help/database/db_intro ) | |
2021-06-13 22:56:14 +02:00
| [item-uri ](help/database/db_item-uri ) | URI and GUID for items |
2022-12-29 16:54:08 +01:00
| [key-value ](help/database/db_key-value ) | A key value storage |
2021-06-13 22:33:50 +02: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 08:10:57 +01:00
| [notify ](help/database/db_notify ) | [Deprecated] User notifications |
2021-06-13 22:33:50 +02: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 14:38:42 +02:00
| [parsed_url ](help/database/db_parsed_url ) | cache for 'parse_url' queries |
2021-06-13 22:33:50 +02:00
| [pconfig ](help/database/db_pconfig ) | personal (per user) configuration storage |
2021-06-13 22:56:14 +02:00
| [permissionset ](help/database/db_permissionset ) | |
2021-06-13 22:33:50 +02:00
| [photo ](help/database/db_photo ) | photo storage |
| [post ](help/database/db_post ) | Structure for all posts |
2022-07-27 19:39:00 +02:00
| [post-activity ](help/database/db_post-activity ) | Original remote activity |
2021-06-13 22:33:50 +02:00
| [post-category ](help/database/db_post-category ) | post relation to categories |
2022-04-06 15:34:11 +02:00
| [post-collection ](help/database/db_post-collection ) | Collection of posts |
2021-06-13 22:33:50 +02:00
| [post-content ](help/database/db_post-content ) | Content for all posts |
2022-05-05 14:23:44 +02:00
| [post-delivery ](help/database/db_post-delivery ) | Delivery data for posts for the batch processing |
2021-06-13 22:33:50 +02:00
| [post-delivery-data ](help/database/db_post-delivery-data ) | Delivery data for items |
2023-09-01 23:56:59 +02:00
| [post-engagement ](help/database/db_post-engagement ) | Engagement data per post |
2022-05-15 22:21:56 +02:00
| [post-history ](help/database/db_post-history ) | Post history |
2021-07-05 20:45:49 +02:00
| [post-link ](help/database/db_post-link ) | Post related external links |
2021-06-13 22:33:50 +02:00
| [post-media ](help/database/db_post-media ) | Attached media |
2022-04-20 08:28:02 +02:00
| [post-question ](help/database/db_post-question ) | Question |
| [post-question-option ](help/database/db_post-question-option ) | Question option |
2021-06-13 22:33:50 +02: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 22:56:14 +02:00
| [post-user ](help/database/db_post-user ) | User specific post data |
2021-06-13 22:33:50 +02: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 22:50:28 +01:00
| [report ](help/database/db_report ) | |
2022-12-10 15:08:12 +01: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 22:33:50 +02: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 02:30:41 +02:00
| [subscription ](help/database/db_subscription ) | Push Subscription for the API |
2021-06-13 22:56:14 +02:00
| [tag ](help/database/db_tag ) | tags and mentions |
| [user ](help/database/db_user ) | The local users |
2021-06-13 22:33:50 +02:00
| [user-contact ](help/database/db_user-contact ) | User specific public contact data |
2023-07-09 21:56:09 +02:00
| [user-gserver ](help/database/db_user-gserver ) | User settings about remote servers |
2021-06-13 22:56:14 +02:00
| [userd ](help/database/db_userd ) | Deleted usernames |
| [verb ](help/database/db_verb ) | Activity Verbs |
2021-06-13 22:33:50 +02: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 |