From 96ddff8704b27e479260469759abdc0c7c7debce Mon Sep 17 00:00:00 2001 From: Abhisek Mazumdar Date: Tue, 6 Aug 2024 17:58:38 +0530 Subject: [PATCH 1/2] Add gitpod setup. --- .ddev/gitpod-setup-ddev.sh | 14 + .gitpod.Dockerfile | 11 + .gitpod.yml | 58 + .idea/dataSources.local.xml | 20 + .idea/dataSources.xml | 14 + .../0ef30aa0-e8d2-48a7-a041-372b220db777.xml | 14450 ++++++++++++++++ .idea/vcs.xml | 7 + .idea/workspace.xml | 226 + 8 files changed, 14800 insertions(+) create mode 100644 .ddev/gitpod-setup-ddev.sh create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml create mode 100644 .idea/dataSources.local.xml create mode 100644 .idea/dataSources.xml create mode 100644 .idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.ddev/gitpod-setup-ddev.sh b/.ddev/gitpod-setup-ddev.sh new file mode 100644 index 00000000..170611f5 --- /dev/null +++ b/.ddev/gitpod-setup-ddev.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +# Set up ddev for use on gitpod + +set -eu -o pipefail + +# Misc housekeeping before start +ddev config global --router-bind-all-interfaces +# Pass the GITPOD_WORKSPACE_URL env variable to the web container for our setup script +ddev config global --web-environment="DRUPAL_URL=$(gp url 8080),PHPMYADMIN_URL=$(gp url 8036),MAILHOG_URL=$(gp url 8025),DRUSH_OPTIONS_URI=https://127.0.0.1:8080" + +ddev get ddev/ddev-phpmyadmin + +ddev quick-start diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..5ceeb1bf --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,11 @@ +FROM gitpod/workspace-full +SHELL ["/bin/bash", "-c"] + +# Add DDEV’s GPG key to your keyring +RUN curl -fsSL https://pkg.ddev.com/apt/gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ddev.gpg > /dev/null + +# Add DDEV releases to your package repository +RUN echo "deb [signed-by=/etc/apt/trusted.gpg.d/ddev.gpg] https://pkg.ddev.com/apt/ * *" | sudo tee /etc/apt/sources.list.d/ddev.list >/dev/null + +# Update package information and install DDEV +RUN sudo apt update && sudo apt install -y ddev=1.23.3 diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..88d535e8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,58 @@ +# Docker image +image: + file: .gitpod.Dockerfile + +# ddev and composer are running as part of the prebuild +# when starting a workspace all docker images are ready +tasks: + - name: Startup + - command: | + bash .ddev/gitpod-setup-ddev.sh + gp ports await 8080 && gp preview $(gp url 8080) + +# VScode xdebug extension +vscode: + extensions: + - felixfbecker.php-debug + - bmewburn.vscode-intelephense-client + - ziyasal.vscode-open-in-github + +ports: + # Ddev db port + - port: 3306 + onOpen: ignore + # phpmyadmin https port + - port: 8027 + onOpen: ignore + # mailhog https port + - port: 8036 + onOpen: ignore + # Main web port + - port: 8080 + onOpen: ignore + visibility: public + # router https port that we're ignoring. + - port: 8443 + onOpen: ignore + # xdebug port + - port: 9000 + onOpen: ignore + +github: + prebuilds: + # enable for the master/default branch (defaults to true) + master: true + # enable for all branches in this repo (defaults to false) + branches: true + # enable for pull requests coming from this repo (defaults to true) + pullRequests: true + # enable for pull requests coming from forks (defaults to false) + pullRequestsFromForks: true + # add a check to pull requests (defaults to true) + addCheck: false + # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) + addComment: false + # add a "Review in Gitpod" button to the pull request's description (defaults to false) + addBadge: true + # add a label once the prebuild is ready to pull requests (defaults to false) + addLabel: false diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 00000000..20cca09f --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,20 @@ + + + + + + #@ + ` + + + master_key + db + + + + + + user_and_system_sources + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 00000000..db19c660 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,14 @@ + + + + + mariadb + true + true + DDEV generated data source + org.mariadb.jdbc.Driver + jdbc:mariadb://127.0.0.1:32830/db?user=db&password=db + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml b/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml new file mode 100644 index 00000000..cdad1a7b --- /dev/null +++ b/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml @@ -0,0 +1,14450 @@ + + + + + exact + InnoDB + db|schema||db||ALTER|G +db|schema||db||ALTER ROUTINE|G +db|schema||db||CREATE|G +db|schema||db||CREATE ROUTINE|G +db|schema||db||CREATE TEMPORARY TABLES|G +db|schema||db||CREATE VIEW|G +db|schema||db||DELETE|G +db|schema||db||DELETE HISTORY|G +db|schema||db||DROP|G +db|schema||db||EVENT|G +db|schema||db||EXECUTE|G +db|schema||db||INDEX|G +db|schema||db||INSERT|G +db|schema||db||LOCK TABLES|G +db|schema||db||REFERENCES|G +db|schema||db||SELECT|G +db|schema||db||SHOW VIEW|G +db|schema||db||TRIGGER|G +db|schema||db||UPDATE|G + 10.11.8 + + + armscii8 + + + armscii8 + 1 + + + armscii8 + + + armscii8 + + + ascii + + + ascii + 1 + + + ascii + + + ascii + + + big5 + + + big5 + 1 + + + big5 + + + big5 + + + binary + 1 + + + cp1250 + + + cp1250 + + + cp1250 + + + cp1250 + 1 + + + cp1250 + + + cp1250 + + + cp1250 + + + cp1251 + + + cp1251 + + + cp1251 + 1 + + + cp1251 + + + cp1251 + + + cp1251 + + + cp1251 + + + cp1256 + + + cp1256 + 1 + + + cp1256 + + + cp1256 + + + cp1257 + + + cp1257 + 1 + + + cp1257 + + + cp1257 + + + cp1257 + + + cp850 + + + cp850 + 1 + + + cp850 + + + cp850 + + + cp852 + + + cp852 + 1 + + + cp852 + + + cp852 + + + cp866 + + + cp866 + 1 + + + cp866 + + + cp866 + + + cp932 + + + cp932 + 1 + + + cp932 + + + cp932 + + + dec8 + + + dec8 + + + dec8 + 1 + + + dec8 + + + eucjpms + + + eucjpms + 1 + + + eucjpms + + + eucjpms + + + euckr + + + euckr + 1 + + + euckr + + + euckr + + + gb2312 + + + gb2312 + 1 + + + gb2312 + + + gb2312 + + + gbk + + + gbk + 1 + + + gbk + + + gbk + + + geostd8 + + + geostd8 + 1 + + + geostd8 + + + geostd8 + + + greek + + + greek + 1 + + + greek + + + greek + + + hebrew + + + hebrew + 1 + + + hebrew + + + hebrew + + + hp8 + + + hp8 + 1 + + + hp8 + + + hp8 + + + keybcs2 + + + keybcs2 + 1 + + + keybcs2 + + + keybcs2 + + + koi8r + + + koi8r + 1 + + + koi8r + + + koi8r + + + koi8u + + + koi8u + 1 + + + koi8u + + + koi8u + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + 1 + + + latin1 + + + latin2 + + + latin2 + + + latin2 + + + latin2 + 1 + + + latin2 + + + latin2 + + + latin2 + + + latin5 + + + latin5 + + + latin5 + 1 + + + latin5 + + + latin7 + + + latin7 + + + latin7 + 1 + + + latin7 + + + latin7 + + + latin7 + + + macce + + + macce + 1 + + + macce + + + macce + + + macroman + + + macroman + 1 + + + macroman + + + macroman + + + sjis + + + sjis + 1 + + + sjis + + + sjis + + + swe7 + + + swe7 + + + swe7 + 1 + + + swe7 + + + tis620 + + + tis620 + + + tis620 + 1 + + + tis620 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + 1 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ujis + + + ujis + 1 + + + ujis + + + ujis + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + 1 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16le + + + utf16le + 1 + + + utf16le + + + utf16le + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + 1 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf32 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + 1 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + 1 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + 1 + 2024-08-06.12:24:24 + utf8mb4_general_ci + + + 2024-08-06.12:24:25 + utf8mb3_general_ci + + + 2024-08-06.12:24:25 + latin1_swedish_ci + + + + The base table for block_content entities. + InnoDB + utf8mb4_general_ci +
+ + Data storage for block_content field body. + InnoDB + utf8mb4_general_ci +
+ + The data table for block_content entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for block_content entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for block_content entities. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for block_content field body. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Storage for the cache API. + InnoDB + utf8mb4_general_ci +
+ + Cache table for tracking cache tag invalidations. + InnoDB + utf8mb4_general_ci +
+ + The base table for comment entities. + InnoDB + utf8mb4_general_ci +
+ + Data storage for comment field comment_body. + InnoDB + utf8mb4_general_ci +
+ + Maintains statistics of entity and comments posts to show … + InnoDB + utf8mb4_general_ci +
+ + The data table for comment entities. + InnoDB + utf8mb4_general_ci +
+ + The base table for configuration data. + InnoDB + utf8mb4_general_ci +
+ + The base table for content_moderation_state entities. + InnoDB + utf8mb4_general_ci +
+ + The data table for content_moderation_state entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for content_moderation_state… + InnoDB + utf8mb4_general_ci +
+ + The revision table for content_moderation_state entities. + InnoDB + utf8mb4_general_ci +
+ + The base table for crop entities. + InnoDB + utf8mb4_general_ci +
+ + The data table for crop entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for crop entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for crop entities. + InnoDB + utf8mb4_general_ci +
+ + The base table for file entities. + InnoDB + utf8mb4_general_ci +
+ + Track where a file is used. + InnoDB + utf8mb4_general_ci +
+ + Stores information about indexed help search items + InnoDB + utf8mb4_general_ci +
+ + A record of which "users" have read which "node"s. + InnoDB + utf8mb4_general_ci +
+ + Table that stores failed attempts to submit a form. + InnoDB + utf8mb4_general_ci +
+ + Track where a block_content entity is used. + InnoDB + utf8mb4_general_ci +
+ + Generic key-value storage table. See the state system for… + InnoDB + utf8mb4_general_ci +
+ + Generic key/value storage table with an expiration. + InnoDB + utf8mb4_general_ci +
+ + The base table for media entities. + InnoDB + utf8mb4_general_ci +
+ + Data storage for media field field_media_audio_file. + InnoDB + utf8mb4_general_ci +
+ + Data storage for media field field_media_document. + InnoDB + utf8mb4_general_ci +
+ + Data storage for media field field_media_image. + InnoDB + utf8mb4_general_ci +
+ + Data storage for media field field_media_oembed_video. + InnoDB + utf8mb4_general_ci +
+ + Data storage for media field field_media_video_file. + InnoDB + utf8mb4_general_ci +
+ + The data table for media entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for media entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for media entities. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for media field field_media_audio… + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for media field field_media… + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for media field field_media_image. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for media field field_media_oembed… + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for media field field_media_video… + InnoDB + utf8mb4_general_ci +
+ + The base table for menu_link_content entities. + InnoDB + utf8mb4_general_ci +
+ + The data table for menu_link_content entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for menu_link_content entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for menu_link_content entities. + InnoDB + utf8mb4_general_ci +
+ + Contains the menu tree hierarchy. + InnoDB + utf8mb4_general_ci +
+ + The base table for node entities. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field body. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field comment. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_date_time. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_image. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_location. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_map_location. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_meta_tags. + InnoDB + utf8mb4_general_ci +
+ + Data storage for node field field_tags. + InnoDB + utf8mb4_general_ci +
+ + Identifies which realm/grant pairs a user must possess in… + InnoDB + utf8mb4_general_ci +
+ + The data table for node entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for node entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for node entities. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field body. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field comment. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_date_time. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_image. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_location. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_map_location. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_meta_tags. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for node field field_tags. + InnoDB + utf8mb4_general_ci +
+ + The base table for path_alias entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for path_alias entities. + InnoDB + utf8mb4_general_ci +
+ + project browser project categories + InnoDB + utf8mb4_general_ci +
+ + Project browser project + InnoDB + utf8mb4_general_ci +
+ + Stores items in queues. + InnoDB + utf8mb4_general_ci +
+ + The base table for redirect entities. + InnoDB + utf8mb4_general_ci +
+ + Maps paths to various callbacks (access, page and title) + InnoDB + utf8mb4_general_ci +
+ + Stores items that will be searched. + InnoDB + utf8mb4_general_ci +
+ + Stores the search index, associating words, items and… + InnoDB + utf8mb4_general_ci +
+ + Stores search totals for words. + InnoDB + utf8mb4_general_ci +
+ + Table for holding semaphores, locks, flags, etc. that… + InnoDB + utf8mb4_general_ci +
+ + Stores IDs. + InnoDB + utf8mb4_general_ci +
+ + The base table for shortcut entities. + InnoDB + utf8mb4_general_ci +
+ + The data table for shortcut entities. + InnoDB + utf8mb4_general_ci +
+ + Maps users to shortcut sets. + InnoDB + utf8mb4_general_ci +
+ + Holds XML sitemaps as strings for quick retrieval. + InnoDB + utf8mb4_general_ci +
+ + Holds sitemap settings overridden by entities. + InnoDB + utf8mb4_general_ci +
+ + Maintains denormalized information about node/term… + InnoDB + utf8mb4_general_ci +
+ + Data storage for taxonomy_term field parent. + InnoDB + utf8mb4_general_ci +
+ + The base table for taxonomy_term entities. + InnoDB + utf8mb4_general_ci +
+ + The data table for taxonomy_term entities. + InnoDB + utf8mb4_general_ci +
+ + The revision data table for taxonomy_term entities. + InnoDB + utf8mb4_general_ci +
+ + The revision table for taxonomy_term entities. + InnoDB + utf8mb4_general_ci +
+ + Revision archive storage for taxonomy_term field parent. + InnoDB + utf8mb4_general_ci +
+ + Data storage for user field roles. + InnoDB + utf8mb4_general_ci +
+ + Data storage for user field user_picture. + InnoDB + utf8mb4_general_ci +
+ + The base table for user entities. + InnoDB + utf8mb4_general_ci +
+ + Stores module data as key/value pairs per user. + InnoDB + utf8mb4_general_ci +
+ + The data table for user entities. + InnoDB + utf8mb4_general_ci +
+ + Table that contains logs of all system events. + InnoDB + utf8mb4_general_ci +
+ + Stores all webform data. + InnoDB + utf8mb4_general_ci +
+ + The base table for webform_submission entities. + InnoDB + utf8mb4_general_ci +
+ + Stores all submitted data for webform submissions. + InnoDB + utf8mb4_general_ci +
+ + Aria + max_rows +10380835156842741 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +42881 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +139810 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +8587869680497929 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +173857 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +204600 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +133682 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +2936911968430114 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +19295 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +172960 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +91678 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +654116665143418 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +16760 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +15812 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +5375 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +5375 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +38501 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +18872 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +18856 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +298261 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2684354 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2314098 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2314098 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +111848 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +111848 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2684354 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +7456540 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +57703 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +1198372 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +7456540 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +63670 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +63670 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2165 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +132888 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +36671 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +302292 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +325771 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +38304 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +69042 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +290514 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +33638 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +18610 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +268435 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +3947580 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +33337 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +15148 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +344148 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +101680 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +14469 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +636094623231363848 +transactional +0 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +6630749127861089 +transactional +0 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +6153016702371431 +transactional +0 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +10380835156842741 +transactional +0 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +16739332190299048 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +217180 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +13937 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +617422903026058 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +10114 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +21704 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +5375 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +5375 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +8725 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +344148 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +11642 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +578068505333883 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +4495 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +9653 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +26800 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +20428 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +56823 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2485513 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +2236962 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +789516 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +1157049 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +603347421786797 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +23148 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +118357 + 1 + utf8mb3_general_ci +
+ + Aria + max_rows +5319130355740931 +transactional +0 + 1 + utf8mb3_general_ci +
+ + MEMORY + max_rows +10120 + 1 + utf8mb3_general_ci +
+ + 2 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + id + btree + 1 + + + revision_id + btree + 1 + + + uuid + btree + 1 + + + type + btree + + + 1 + 1 + PRIMARY + + + block_content__revision_id + + + block_content_field__uuid__value + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + longtext|0s + 8 + + + varchar(255)|0s + 9 + ascii_general_ci + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + body_format + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + tinyint(4)|0s + 1 + 5 + + + varchar(255)|0s + 6 + + + int(11)|0s + 7 + + + tinyint(4)|0s + 8 + + + tinyint(4)|0s + 1 + 9 + + + tinyint(4)|0s + 10 + + + id +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + revision_id + btree + + + type + btree + + + status +type +id + btree + + + reusable + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + varchar(255)|0s + 5 + + + int(11)|0s + 6 + + + tinyint(4)|0s + 1 + 7 + + + tinyint(4)|0s + 8 + + + revision_id +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 2 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + int(11)|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + revision_id + btree + 1 + + + id + btree + + + revision_user + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + longtext|0s + 8 + + + varchar(255)|0s + 9 + ascii_general_ci + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + body_format + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique cache ID. + varchar(255)|0s + '' + 1 + 1 + ascii_bin + + + A collection of data to cache. + longblob|0s + 2 + + + A Unix timestamp indicating when the cache entry should expire, or -1 for never. + bigint(20)|0s + 0 + 1 + 3 + + + A timestamp with millisecond precision indicating when the cache entry was created. + decimal(14,3 digit)|0s + 0.000 + 1 + 4 + + + A flag to indicate whether content is serialized (1) or not (0). + smallint(6)|0s + 0 + 1 + 5 + + + Space-separated list of cache tags for this entry. + longtext|0s + 6 + + + The tag invalidation checksum when this entry was saved. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + cid + btree + 1 + + + expire + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Namespace-prefixed tag string. + varchar(255)|0s + '' + 1 + 1 + ascii_general_ci + + + Number incremented when the tag is invalidated. + int(11)|0s + 0 + 1 + 2 + + + tag + btree + 1 + + + 1 + 1 + PRIMARY + + + 1 + int(10) unsigned|0s + 1 + 1 + + + The ID of the target entity. + varchar(32)|0s + 1 + 2 + ascii_general_ci + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + cid + btree + 1 + + + uuid + btree + 1 + + + comment_type + btree + + + 1 + 1 + PRIMARY + + + comment_field__uuid__value + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + varchar(255)|0s + 8 + ascii_general_ci + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + comment_body_format + btree + + + 1 + 1 + PRIMARY + + + The entity_id of the entity for which the statistics are compiled. + int(10) unsigned|0s + 0 + 1 + 1 + + + The entity_type of the entity to which this comment is a reply. + varchar(32)|0s + 'node' + 1 + 2 + ascii_general_ci + + + The field_name of the field that was used to add this comment. + varchar(32)|0s + '' + 1 + 3 + ascii_general_ci + + + The "comment".cid of the last comment. + int(11)|0s + 0 + 1 + 4 + + + The Unix timestamp of the last comment that was posted within this node, from "comment".changed. + bigint(20)|0s + 0 + 1 + 5 + + + The name of the latest author to post a comment on this node, from "comment".name. + varchar(60)|0s + 6 + + + The user ID of the latest author to post a comment on this node, from "comment".uid. + int(10) unsigned|0s + 0 + 1 + 7 + + + The total number of comments on this entity. + int(10) unsigned|0s + 0 + 1 + 8 + + + entity_id +entity_type +field_name + btree + 1 + + + last_comment_timestamp + btree + + + last_comment_uid + btree + + + comment_count + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + The ID of the target entity. + varchar(32)|0s + 1 + 2 + ascii_general_ci + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 5 + + + The ID of the target entity. + int(10) unsigned|0s + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 7 + + + varchar(64)|0s + 8 + + + varchar(60)|0s + 9 + + + varchar(254)|0s + 10 + + + varchar(255)|0s + 11 + + + varchar(128)|0s + 12 + + + int(11)|0s + 1 + 13 + + + int(11)|0s + 14 + + + varchar(255)|0s + 1 + 15 + + + varchar(32)|0s + 1 + 16 + ascii_general_ci + + + varchar(32)|0s + 1 + 17 + ascii_general_ci + + + tinyint(4)|0s + 1 + 18 + + + cid +langcode + btree + 1 + + + cid +default_langcode +langcode + btree + + + comment_type + btree + + + status +comment_type +cid + btree + + + uid + btree + + + pid +status + btree + + + entity_id +entity_type +comment_type +status +created +cid +thread + -1,-1,-1,-1,-1,-1,191 + btree + + + entity_id +entity_type +comment_type +default_langcode + btree + + + created + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Config object collection. + varchar(255)|0s + '' + 1 + 1 + ascii_general_ci + + + Primary Key: Config object name. + varchar(255)|0s + '' + 1 + 2 + ascii_general_ci + + + A serialized configuration object data. + longblob|0s + 3 + + + collection +name + btree + 1 + + + 1 + 1 + PRIMARY + + + 3 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + id + btree + 1 + + + revision_id + btree + 1 + + + uuid + btree + 1 + + + 1 + 1 + PRIMARY + + + content_moderation_state__revision_id + + + content_moderation_state_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 4 + + + The ID of the target entity. + varchar(255)|0s + 5 + ascii_general_ci + + + varchar(255)|0s + 6 + + + varchar(32)|0s + 7 + + + int(11)|0s + 8 + + + int(11)|0s + 9 + + + tinyint(4)|0s + 1 + 10 + + + tinyint(4)|0s + 11 + + + id +langcode + btree + 1 + + + content_entity_type_id +content_entity_id +content_entity_revision_id +workflow +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + revision_id + btree + + + uid + btree + + + workflow + btree + + + 1 + 1 + PRIMARY + + + content_moderation_state__lookup + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 4 + + + The ID of the target entity. + varchar(255)|0s + 5 + ascii_general_ci + + + varchar(255)|0s + 6 + + + varchar(32)|0s + 7 + + + int(11)|0s + 8 + + + int(11)|0s + 9 + + + tinyint(4)|0s + 1 + 10 + + + tinyint(4)|0s + 11 + + + revision_id +langcode + btree + 1 + + + content_entity_type_id +content_entity_id +content_entity_revision_id +workflow +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + uid + btree + + + workflow + btree + + + 1 + 1 + PRIMARY + + + content_moderation_state__lookup + + + int(10) unsigned|0s + 1 + 1 + + + 3 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 4 + + + revision_id + btree + 1 + + + id + btree + + + 1 + 1 + PRIMARY + + + 5 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + cid + btree + 1 + + + vid + btree + 1 + + + uuid + btree + 1 + + + type + btree + + + 1 + 1 + PRIMARY + + + crop__vid + + + crop_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + int(10) unsigned|0s + 5 + + + varchar(255)|0s + 6 + + + varchar(255)|0s + 7 + + + int(10) unsigned|0s + 8 + + + int(10) unsigned|0s + 9 + + + int(10) unsigned|0s + 10 + + + int(10) unsigned|0s + 11 + + + tinyint(4)|0s + 1 + 12 + + + tinyint(4)|0s + 13 + + + cid +langcode + btree + 1 + + + cid +default_langcode +langcode + btree + + + vid + btree + + + type + btree + + + uri +type + 191,-1 + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + int(10) unsigned|0s + 4 + + + varchar(255)|0s + 5 + + + varchar(255)|0s + 6 + + + int(10) unsigned|0s + 7 + + + int(10) unsigned|0s + 8 + + + int(10) unsigned|0s + 9 + + + int(10) unsigned|0s + 10 + + + tinyint(4)|0s + 1 + 11 + + + tinyint(4)|0s + 12 + + + vid +langcode + btree + 1 + + + cid +default_langcode +langcode + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 5 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + int(11)|0s + 4 + + + The ID of the target entity. + int(10) unsigned|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + vid + btree + 1 + + + cid + btree + + + revision_uid + btree + + + 1 + 1 + PRIMARY + + + 8 + int(10) unsigned|0s + 1 + 1 + + + varchar(128)|0s + 1 + 2 + ascii_general_ci + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + varchar(255)|0s + 5 + + + varchar(255)|0s + 1 + 6 + utf8mb4_bin + + + varchar(255)|0s + 7 + ascii_general_ci + + + bigint(20) unsigned|0s + 8 + + + tinyint(4)|0s + 1 + 9 + + + int(11)|0s + 10 + + + int(11)|0s + 1 + 11 + + + fid + btree + 1 + + + uuid + btree + 1 + + + uid + btree + + + uri + 191 + btree + + + status + btree + + + changed + btree + + + 1 + 1 + PRIMARY + + + file_field__uuid__value + + + File ID. + int(10) unsigned|0s + 1 + 1 + + + The name of the module that is using the file. + varchar(50)|0s + '' + 1 + 2 + ascii_general_ci + + + The name of the object type in which the file is used. + varchar(64)|0s + '' + 1 + 3 + ascii_general_ci + + + The primary key of the object using the file. + varchar(64)|0s + '0' + 1 + 4 + ascii_general_ci + + + The number of times this file is used by this object. + int(10) unsigned|0s + 0 + 1 + 5 + + + fid +type +id +module + btree + 1 + + + fid +module + btree + + + fid +count + btree + + + type +id + btree + + + 1 + 1 + PRIMARY + + + 86 + Numeric index of this item in the search index + int(10) unsigned|0s + 1 + 1 + + + The help section the item comes from + varchar(255)|0s + '' + 1 + 2 + ascii_general_ci + + + The permission needed to view this item + varchar(255)|0s + '' + 1 + 3 + ascii_general_ci + + + The topic ID of the item + varchar(255)|0s + '' + 1 + 4 + ascii_general_ci + + + sid + btree + 1 + + + section_plugin_id + btree + + + topic_id + btree + + + 1 + 1 + PRIMARY + + + The "users".uid that read the "node" nid. + int(11)|0s + 0 + 1 + 1 + + + The "node".nid that was read. + int(10) unsigned|0s + 0 + 1 + 2 + + + The Unix timestamp at which the read occurred. + bigint(20)|0s + 0 + 1 + 3 + + + uid +nid + btree + 1 + + + nid + btree + + + 1 + 1 + PRIMARY + + + 1 + Unique record ID. + int(11)|0s + 1 + 1 + + + Foreign key to "users".uid. uniquely identifies a Drupal user to whom this ACL data applies. + int(10) unsigned|0s + 1 + 2 + + + Hostname of user that that triggered honeypot. + varchar(128)|0s + 1 + 3 + + + Date/time when the form submission failed, as Unix timestamp. + int(10) unsigned|0s + 1 + 4 + + + id + btree + 1 + + + uid + btree + + + timestamp + btree + + + 1 + 1 + PRIMARY + + + The block_content entity ID. + int(10) unsigned|0s + 1 + 1 + + + The entity type of the parent entity. + varchar(32)|0s + '' + 2 + ascii_general_ci + + + The ID of the parent entity. + varchar(128)|0s + '0' + 3 + ascii_general_ci + + + block_content_id + btree + 1 + + + layout_entity_type +layout_entity_id + btree + + + 1 + 1 + PRIMARY + + + A named collection of key and value pairs. + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + The key of the key-value pair. As KEY is a SQL reserved keyword, name was chosen instead. + varchar(128)|0s + '' + 1 + 2 + ascii_general_ci + + + The value. + longblob|0s + 1 + 3 + + + collection +name + btree + 1 + + + 1 + 1 + PRIMARY + + + A named collection of key and value pairs. + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + The key of the key/value pair. + varchar(128)|0s + '' + 1 + 2 + ascii_general_ci + + + The value of the key/value pair. + longblob|0s + 1 + 3 + + + The time since Unix epoch in seconds when this item expires. Defaults to the maximum possible time. + int(11)|0s + 2147483647 + 1 + 4 + + + collection +name + btree + 1 + + + expire + btree + + + 1 + 1 + PRIMARY + + + 5 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + mid + btree + 1 + + + vid + btree + 1 + + + uuid + btree + 1 + + + bundle + btree + + + 1 + 1 + PRIMARY + + + media__vid + + + media_field__uuid__value + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_audio_file_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_document_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Alternative image text, for the image's 'alt' attribute. + varchar(512)|0s + 8 + + + Image title text, for the image's 'title' attribute. + varchar(1024)|0s + 9 + + + The width of the image in pixels. + int(10) unsigned|0s + 10 + + + The height of the image in pixels. + int(10) unsigned|0s + 11 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_image_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + varchar(255)|0s + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_video_file_target_id + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + tinyint(4)|0s + 1 + 5 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 6 + + + varchar(255)|0s + 7 + + + The ID of the file entity. + int(10) unsigned|0s + 8 + + + Alternative image text, for the image's 'alt' attribute. + varchar(512)|0s + 9 + + + Image title text, for the image's 'title' attribute. + varchar(1024)|0s + 10 + + + The width of the image in pixels. + int(10) unsigned|0s + 11 + + + The height of the image in pixels. + int(10) unsigned|0s + 12 + + + int(11)|0s + 13 + + + int(11)|0s + 14 + + + tinyint(4)|0s + 1 + 15 + + + tinyint(4)|0s + 16 + + + int(11)|0s + 17 + + + int(11)|0s + 18 + + + mid +langcode + btree + 1 + + + mid +default_langcode +langcode + btree + + + vid + btree + + + bundle + btree + + + status +bundle +mid + btree + + + uid + btree + + + thumbnail__target_id + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 5 + + + varchar(255)|0s + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 7 + + + Alternative image text, for the image's 'alt' attribute. + varchar(512)|0s + 8 + + + Image title text, for the image's 'title' attribute. + varchar(1024)|0s + 9 + + + The width of the image in pixels. + int(10) unsigned|0s + 10 + + + The height of the image in pixels. + int(10) unsigned|0s + 11 + + + int(11)|0s + 12 + + + int(11)|0s + 13 + + + tinyint(4)|0s + 1 + 14 + + + tinyint(4)|0s + 15 + + + int(11)|0s + 16 + + + int(11)|0s + 17 + + + vid +langcode + btree + 1 + + + mid +default_langcode +langcode + btree + + + uid + btree + + + thumbnail__target_id + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 5 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + int(11)|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + vid + btree + 1 + + + mid + btree + + + revision_user + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_audio_file_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_document_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Alternative image text, for the image's 'alt' attribute. + varchar(512)|0s + 8 + + + Image title text, for the image's 'title' attribute. + varchar(1024)|0s + 9 + + + The width of the image in pixels. + int(10) unsigned|0s + 10 + + + The height of the image in pixels. + int(10) unsigned|0s + 11 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_image_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + varchar(255)|0s + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Flag to control whether this file should be displayed when viewing content. + tinyint(3) unsigned|0s + 1 + 8 + + + A description of the file. + text|0s + 9 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_media_video_file_target_id + btree + + + 1 + 1 + PRIMARY + + + 7 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + id + btree + 1 + + + revision_id + btree + 1 + + + uuid + btree + 1 + + + 1 + 1 + PRIMARY + + + menu_link_content__revision_id + + + menu_link_content_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + tinyint(4)|0s + 1 + 5 + + + varchar(255)|0s + 6 + + + varchar(255)|0s + 7 + + + varchar(255)|0s + 8 + ascii_general_ci + + + The URI of the link. + varchar(2048)|0s + 9 + + + The link text. + varchar(255)|0s + 10 + + + Serialized array of options for the link. + longblob|0s + 11 + + + tinyint(4)|0s + 12 + + + tinyint(4)|0s + 13 + + + int(11)|0s + 14 + + + tinyint(4)|0s + 15 + + + varchar(255)|0s + 16 + + + int(11)|0s + 17 + + + tinyint(4)|0s + 1 + 18 + + + tinyint(4)|0s + 19 + + + id +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + revision_id + btree + + + enabled +bundle +id + btree + + + link__uri + 30 + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + varchar(255)|0s + 5 + + + varchar(255)|0s + 6 + + + The URI of the link. + varchar(2048)|0s + 7 + + + The link text. + varchar(255)|0s + 8 + + + Serialized array of options for the link. + longblob|0s + 9 + + + tinyint(4)|0s + 10 + + + int(11)|0s + 11 + + + tinyint(4)|0s + 1 + 12 + + + tinyint(4)|0s + 13 + + + revision_id +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + link__uri + 30 + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 7 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + int(11)|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + revision_id + btree + 1 + + + id + btree + + + revision_user + btree + + + 1 + 1 + PRIMARY + + + The menu name. All links with the same menu name (such as 'tools') are part of the same menu. + varchar(32)|0s + '' + 1 + 1 + ascii_general_ci + + + 118 + The menu link ID (mlid) is the integer primary key. + int(10) unsigned|0s + 1 + 2 + + + Unique machine name: the plugin ID. + varchar(255)|0s + 1 + 3 + ascii_general_ci + + + The plugin ID for the parent of this link. + varchar(255)|0s + '' + 1 + 4 + ascii_general_ci + + + The machine name of a defined Symfony Route this menu link represents. + varchar(255)|0s + 5 + ascii_general_ci + + + An encoded string of route parameters for loading by route. + varchar(255)|0s + 6 + + + Serialized array of route parameters of this menu link. + longblob|0s + 7 + + + The external path this link points to (when not using a route). + varchar(255)|0s + '' + 1 + 8 + + + The serialized title for the link. May be a TranslatableMarkup. + longblob|0s + 9 + + + The serialized description of this link - used for admin pages and title attribute. May be a TranslatableMarkup. + longblob|0s + 10 + + + The class for this link plugin. + text|0s + 11 + + + A serialized array of URL options, such as a query string or HTML attributes. + longblob|0s + 12 + + + The name of the module that generated this link. + varchar(50)|0s + 'system' + 1 + 13 + ascii_general_ci + + + A flag for whether the link should be rendered in menus. (0 = a disabled menu link that may be shown on admin screens, 1 = a normal, visible link) + smallint(6)|0s + 1 + 1 + 14 + + + A flag for whether the link was discovered, so can be purged on rebuild + smallint(6)|0s + 0 + 1 + 15 + + + Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded) + smallint(6)|0s + 0 + 1 + 16 + + + Link weight among links in the same menu at the same depth. + int(11)|0s + 0 + 1 + 17 + + + A serialized array of data that may be used by the plugin instance. + longblob|0s + 18 + + + Flag indicating whether any enabled links have this link as a parent (1 = enabled children exist, 0 = no enabled children). + smallint(6)|0s + 0 + 1 + 19 + + + The depth relative to the top level. A link with empty parent will have depth == 1. + smallint(6)|0s + 0 + 1 + 20 + + + The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents. + int(10) unsigned|0s + 0 + 1 + 21 + + + The second mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 22 + + + The third mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 23 + + + The fourth mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 24 + + + The fifth mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 25 + + + The sixth mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 26 + + + The seventh mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 27 + + + The eighth mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 28 + + + The ninth mlid in the materialized path. See p1. + int(10) unsigned|0s + 0 + 1 + 29 + + + meh + varchar(255)|0s + 30 + + + mlid + btree + 1 + + + id + btree + 1 + + + menu_name +expanded +has_children +parent + -1,-1,-1,16 + btree + + + menu_name +p1 +p2 +p3 +p4 +p5 +p6 +p7 +p8 +p9 + btree + + + route_name +route_param_key + 32,16 + btree + + + 1 + 1 + PRIMARY + + + id + + + 3 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + nid + btree + 1 + + + vid + btree + 1 + + + uuid + btree + 1 + + + type + btree + + + 1 + 1 + PRIMARY + + + node__vid + + + node_field__uuid__value + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + longtext|0s + 8 + + + varchar(255)|0s + 9 + ascii_general_ci + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + body_format + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write). + int(11)|0s + 0 + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The start time value. + bigint(20)|0s + 1 + 7 + + + The end time value. + bigint(20)|0s + 1 + 8 + + + The difference between start and end times, in minutes. + int(11)|0s + 9 + + + The ID an associated recurrence rule. + int(11)|0s + 10 + + + The Index of an associated recurrence rule instance. + int(11)|0s + 11 + + + The preferred timezone. + varchar(32)|0s + 12 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_date_time_value + btree + + + field_date_time_end_value + btree + + + field_date_time_rrule + btree + + + field_date_time_rrule_index + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_image_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + varchar(32)|0s + 7 + + + varchar(2)|0s + 8 + + + varchar(255)|0s + 9 + + + varchar(255)|0s + 10 + + + varchar(255)|0s + 11 + + + varchar(255)|0s + 12 + + + varchar(255)|0s + 13 + + + varchar(255)|0s + 14 + + + varchar(255)|0s + 15 + + + varchar(255)|0s + 16 + + + varchar(255)|0s + 17 + + + varchar(255)|0s + 18 + + + varchar(255)|0s + 19 + + + varchar(255)|0s + 20 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longblob|0s + 7 + + + varchar(64)|0s + '' + 8 + + + decimal(18,12 digit)|0s + 9 + + + decimal(18,12 digit)|0s + 10 + + + decimal(18,12 digit)|0s + 11 + + + decimal(18,12 digit)|0s + 12 + + + decimal(18,12 digit)|0s + 13 + + + decimal(18,12 digit)|0s + 14 + + + varchar(16)|0s + 15 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_map_location_lat +field_map_location_lon + btree + + + field_map_location_lat + btree + + + field_map_location_lon + btree + + + field_map_location_left + btree + + + field_map_location_top +field_map_location_bottom +field_map_location_left +field_map_location_right + btree + + + field_map_location_top + btree + + + field_map_location_right + btree + + + field_map_location_bottom + btree + + + field_map_location_geohash + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_tags_target_id + btree + + + 1 + 1 + PRIMARY + + + The "node".nid this record affects. + int(10) unsigned|0s + 0 + 1 + 1 + + + The "language".langcode of this node. + varchar(12)|0s + '' + 1 + 2 + ascii_general_ci + + + Boolean indicating whether this record should be used as a fallback if a language condition is not provided. + tinyint(3) unsigned|0s + 1 + 1 + 3 + + + The grant ID a user must possess in the specified realm to gain this row's privileges on the node. + int(10) unsigned|0s + 0 + 1 + 4 + + + The realm in which the user must possess the grant ID. Modules can define one or more realms by implementing hook_node_grants(). + varchar(255)|0s + '' + 1 + 5 + ascii_general_ci + + + Boolean indicating whether a user with the realm/grant pair can view this node. + tinyint(3) unsigned|0s + 0 + 1 + 6 + + + Boolean indicating whether a user with the realm/grant pair can edit this node. + tinyint(3) unsigned|0s + 0 + 1 + 7 + + + Boolean indicating whether a user with the realm/grant pair can delete this node. + tinyint(3) unsigned|0s + 0 + 1 + 8 + + + nid +gid +realm +langcode + btree + 1 + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + tinyint(4)|0s + 1 + 5 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 6 + + + varchar(255)|0s + 1 + 7 + + + int(11)|0s + 1 + 8 + + + int(11)|0s + 1 + 9 + + + tinyint(4)|0s + 1 + 10 + + + tinyint(4)|0s + 1 + 11 + + + tinyint(4)|0s + 1 + 12 + + + tinyint(4)|0s + 13 + + + int(11)|0s + 14 + + + int(11)|0s + 15 + + + nid +langcode + btree + 1 + + + nid +default_langcode +langcode + btree + + + vid + btree + + + type + btree + + + status +type +nid + btree + + + uid + btree + + + title +type + 191,4 + btree + + + created + btree + + + changed + btree + + + promote +status +sticky +created + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 5 + + + varchar(255)|0s + 6 + + + int(11)|0s + 7 + + + int(11)|0s + 8 + + + tinyint(4)|0s + 9 + + + tinyint(4)|0s + 10 + + + tinyint(4)|0s + 1 + 11 + + + tinyint(4)|0s + 12 + + + int(11)|0s + 13 + + + int(11)|0s + 14 + + + vid +langcode + btree + 1 + + + nid +default_langcode +langcode + btree + + + uid + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 3 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + int(11)|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + vid + btree + 1 + + + nid + btree + + + langcode + btree + + + revision_uid + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + longtext|0s + 8 + + + varchar(255)|0s + 9 + ascii_general_ci + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + body_format + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write). + int(11)|0s + 0 + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The start time value. + bigint(20)|0s + 1 + 7 + + + The end time value. + bigint(20)|0s + 1 + 8 + + + The difference between start and end times, in minutes. + int(11)|0s + 9 + + + The ID an associated recurrence rule. + int(11)|0s + 10 + + + The Index of an associated recurrence rule instance. + int(11)|0s + 11 + + + The preferred timezone. + varchar(32)|0s + 12 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_date_time_value + btree + + + field_date_time_end_value + btree + + + field_date_time_rrule + btree + + + field_date_time_rrule_index + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_image_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + varchar(32)|0s + 7 + + + varchar(2)|0s + 8 + + + varchar(255)|0s + 9 + + + varchar(255)|0s + 10 + + + varchar(255)|0s + 11 + + + varchar(255)|0s + 12 + + + varchar(255)|0s + 13 + + + varchar(255)|0s + 14 + + + varchar(255)|0s + 15 + + + varchar(255)|0s + 16 + + + varchar(255)|0s + 17 + + + varchar(255)|0s + 18 + + + varchar(255)|0s + 19 + + + varchar(255)|0s + 20 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longblob|0s + 7 + + + varchar(64)|0s + '' + 8 + + + decimal(18,12 digit)|0s + 9 + + + decimal(18,12 digit)|0s + 10 + + + decimal(18,12 digit)|0s + 11 + + + decimal(18,12 digit)|0s + 12 + + + decimal(18,12 digit)|0s + 13 + + + decimal(18,12 digit)|0s + 14 + + + varchar(16)|0s + 15 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_map_location_lat +field_map_location_lon + btree + + + field_map_location_lat + btree + + + field_map_location_lon + btree + + + field_map_location_left + btree + + + field_map_location_top +field_map_location_bottom +field_map_location_left +field_map_location_right + btree + + + field_map_location_top + btree + + + field_map_location_right + btree + + + field_map_location_bottom + btree + + + field_map_location_geohash + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + field_tags_target_id + btree + + + 1 + 1 + PRIMARY + + + 19 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + varchar(255)|0s + 5 + + + varchar(255)|0s + 6 + + + tinyint(4)|0s + 1 + 7 + + + id + btree + 1 + + + revision_id + btree + 1 + + + uuid + btree + 1 + + + path +langcode +id +status + 191,-1,-1,-1 + btree + + + alias +langcode +id +status + 191,-1,-1,-1 + btree + + + 1 + 1 + PRIMARY + + + path_alias__revision_id + + + path_alias_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + 19 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + varchar(255)|0s + 4 + + + varchar(255)|0s + 5 + + + tinyint(4)|0s + 1 + 6 + + + tinyint(4)|0s + 7 + + + revision_id + btree + 1 + + + id + btree + + + 1 + 1 + PRIMARY + + + Category TID from Drupal.org. + int(10) unsigned|0s + 1 + 1 + + + Project nid + int(10) unsigned|0s + 1 + 2 + + + tid +pid + btree + 1 + + + 1 + 1 + PRIMARY + + + Primary Key: Project ID from Drupal.org. + int(10) unsigned|0s + 1 + 1 + + + Title + varchar(255)|0s + '' + 1 + 2 + + + Author name + varchar(255)|0s + '' + 1 + 3 + + + Created timestamp + int(11)|0s + 1 + 4 + + + Changed timestamp + int(11)|0s + 1 + 5 + + + Project usage total + int(10) unsigned|0s + 1 + 6 + + + The value of taxonomy_vocabulary_44 + int(10) unsigned|0s + 1 + 7 + + + The value of taxonomy_vocabulary_46 + int(10) unsigned|0s + 1 + 8 + + + Project status + int(10) unsigned|0s + 1 + 9 + + + Security advisory coverage + varchar(255)|0s + 1 + 10 + + + Project type + varchar(255)|0s + '' + 1 + 11 + + + Number starred + int(10) unsigned|0s + 1 + 12 + + + The entire project array, serialized + longblob|0s + 13 + + + Project machine name + varchar(255)|0s + '' + 1 + 14 + + + nid + btree + 1 + + + 1 + 1 + PRIMARY + + + 34 + Primary Key: Unique item ID. + int(10) unsigned|0s + 1 + 1 + + + The queue name. + varchar(255)|0s + '' + 1 + 2 + ascii_general_ci + + + The arbitrary data for the item. + longblob|0s + 3 + + + Timestamp when the claim lease expires on the item. + bigint(20)|0s + 0 + 1 + 4 + + + Timestamp when the item was created. + bigint(20)|0s + 0 + 1 + 5 + + + item_id + btree + 1 + + + name +created + btree + + + expire + btree + + + 1 + 1 + PRIMARY + + + 1 + int(11)|0s + 1 + 1 + + + varchar(255)|0s + 1 + 2 + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + varchar(64)|0s + 5 + + + The ID of the target entity. + int(10) unsigned|0s + 6 + + + The source path + varchar(2048)|0s + 7 + + + Serialized array of path queries + longblob|0s + 8 + + + The URI of the link. + varchar(2048)|0s + 9 + + + The link text. + varchar(255)|0s + 10 + + + Serialized array of options for the link. + longblob|0s + 11 + + + int(11)|0s + 12 + + + int(11)|0s + 13 + + + rid + btree + 1 + + + uuid + btree + 1 + + + hash + btree + 1 + + + uid + btree + + + redirect_source__path +language + 191,-1 + btree + + + redirect_source__path + 50 + btree + + + redirect_redirect__uri + 30 + btree + + + 1 + 1 + PRIMARY + + + redirect_field__uuid__value + + + hash + + + Primary Key: Machine name of this route + varchar(255)|0s + '' + 1 + 1 + ascii_general_ci + + + The path for this URI + varchar(255)|0s + '' + 1 + 2 + + + The pattern + varchar(255)|0s + '' + 1 + 3 + + + A numeric representation of how specific the path is. + int(11)|0s + 0 + 1 + 4 + + + A serialized Route object + longblob|0s + 5 + + + Number of parts in this router path. + smallint(6)|0s + 0 + 1 + 6 + + + name + btree + 1 + + + pattern_outline +number_parts + 191,-1 + btree + + + 1 + 1 + PRIMARY + + + Search item ID, e.g. node ID for nodes. + int(10) unsigned|0s + 0 + 1 + 1 + + + The "languages".langcode of the item variant. + varchar(12)|0s + '' + 1 + 2 + ascii_general_ci + + + Type of item, e.g. node. + varchar(64)|0s + 1 + 3 + ascii_general_ci + + + List of space-separated words from the item. + longtext|0s + 1 + 4 + + + Set to force node reindexing. + int(10) unsigned|0s + 0 + 1 + 5 + + + sid +langcode +type + btree + 1 + + + 1 + 1 + PRIMARY + + + The "search_total".word that is associated with the search item. + varchar(50)|0s + '' + 1 + 1 + + + The "search_dataset".sid of the searchable item to which the word belongs. + int(10) unsigned|0s + 0 + 1 + 2 + + + The "languages".langcode of the item variant. + varchar(12)|0s + '' + 1 + 3 + ascii_general_ci + + + The "search_dataset".type of the searchable item to which the word belongs. + varchar(64)|0s + 1 + 4 + ascii_general_ci + + + The numeric score of the word, higher being more important. + float|0s + 5 + + + word +sid +langcode +type + btree + 1 + + + sid +langcode +type + btree + + + 1 + 1 + PRIMARY + + + Primary Key: Unique word in the search index. + varchar(50)|0s + '' + 1 + 1 + + + The count of the word in the index using Zipf's law to equalize the probability distribution. + float|0s + 2 + + + word + btree + 1 + + + 1 + 1 + PRIMARY + + + Primary Key: Unique name. + varchar(255)|0s + '' + 1 + 1 + ascii_general_ci + + + A value for the semaphore. + varchar(255)|0s + '' + 1 + 2 + ascii_general_ci + + + A Unix timestamp with microseconds indicating when the semaphore should expire. + double|0s + 1 + 3 + + + name + btree + 1 + + + value + btree + + + expire + btree + + + 1 + 1 + PRIMARY + + + 1 + The value of the sequence. + int(10) unsigned|0s + 1 + 1 + + + value + btree + 1 + + + 1 + 1 + PRIMARY + + + 12 + int(10) unsigned|0s + 1 + 1 + + + The ID of the target entity. + varchar(32)|0s + 1 + 2 + ascii_general_ci + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + id + btree + 1 + + + uuid + btree + 1 + + + shortcut_set + btree + + + 1 + 1 + PRIMARY + + + shortcut_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + The ID of the target entity. + varchar(32)|0s + 1 + 2 + ascii_general_ci + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + varchar(255)|0s + 4 + + + int(11)|0s + 5 + + + The URI of the link. + varchar(2048)|0s + 6 + + + The link text. + varchar(255)|0s + 7 + + + Serialized array of options for the link. + longblob|0s + 8 + + + tinyint(4)|0s + 1 + 9 + + + id +langcode + btree + 1 + + + id +default_langcode +langcode + btree + + + shortcut_set + btree + + + link__uri + 30 + btree + + + 1 + 1 + PRIMARY + + + The "users".uid for this set. + int(10) unsigned|0s + 0 + 1 + 1 + + + The "shortcut_set".set_name that will be displayed for this user. + varchar(32)|0s + '' + 1 + 2 + ascii_general_ci + + + uid + btree + 1 + + + set_name + btree + + + 1 + 1 + PRIMARY + + + 1 + Sitemap chunk unique identifier. + int(10) unsigned|0s + 1 + 1 + + + Type of sitemap this chunk belongs to. + varchar(32)|0s + '' + 1 + 2 + + + Delta of the chunk within the type scope. + int(10) unsigned|0s + 1 + 3 + + + XML sitemap chunk string. + longtext|0s + 1 + 4 + + + Timestamp of sitemap chunk generation. + int(10) unsigned|0s + 0 + 1 + 5 + + + Flag indicating the publishing status of the chunk. + tinyint(3) unsigned|0s + 0 + 1 + 6 + + + The number of links in the sitemap. + int(10) unsigned|0s + 0 + 1 + 7 + + + id + btree + 1 + + + type +status +delta + btree + + + 1 + 1 + PRIMARY + + + 1 + Override unique identifier. + int(10) unsigned|0s + 1 + 1 + + + Type of sitemap this override belongs to. + varchar(50)|0s + 1 + 2 + + + Entity type of the overriding entity. + varchar(32)|0s + 1 + 3 + + + ID of the overriding entity. + varchar(32)|0s + 1 + 4 + + + Setting for the overriding entity. + blob|0s + 5 + + + id + btree + 1 + + + type +entity_type +entity_id + btree + + + 1 + 1 + PRIMARY + + + The "node".nid this record tracks. + int(10) unsigned|0s + 0 + 1 + 1 + + + The term ID. + int(10) unsigned|0s + 0 + 1 + 2 + + + Boolean indicating whether the node is published (visible to non-administrators). + int(11)|0s + 1 + 1 + 3 + + + Boolean indicating whether the node is sticky. + tinyint(4)|0s + 0 + 4 + + + The Unix timestamp when the node was created. + int(11)|0s + 0 + 1 + 5 + + + nid +tid + btree + 1 + + + tid +status +sticky +created + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle +delta +parent_target_id + btree + + + revision_id + btree + + + parent_target_id + btree + + + 1 + 1 + PRIMARY + + + 1 + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(128)|0s + 1 + 4 + ascii_general_ci + + + varchar(12)|0s + 1 + 5 + ascii_general_ci + + + tid + btree + 1 + + + revision_id + btree + 1 + + + uuid + btree + 1 + + + vid + btree + + + 1 + 1 + PRIMARY + + + taxonomy_term__revision_id + + + taxonomy_term_field__uuid__value + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + The ID of the target entity. + varchar(32)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + tinyint(4)|0s + 1 + 5 + + + varchar(255)|0s + 1 + 6 + + + longtext|0s + 7 + + + varchar(255)|0s + 8 + ascii_general_ci + + + int(11)|0s + 1 + 9 + + + int(11)|0s + 10 + + + tinyint(4)|0s + 1 + 11 + + + tinyint(4)|0s + 12 + + + int(11)|0s + 13 + + + int(11)|0s + 14 + + + tid +langcode + btree + 1 + + + tid +default_langcode +langcode + btree + + + revision_id + btree + + + vid +name + -1,191 + btree + + + vid +weight +name + -1,-1,191 + btree + + + status +vid +tid + btree + + + name + 191 + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + tinyint(4)|0s + 1 + 4 + + + varchar(255)|0s + 5 + + + longtext|0s + 6 + + + varchar(255)|0s + 7 + ascii_general_ci + + + int(11)|0s + 8 + + + tinyint(4)|0s + 1 + 9 + + + tinyint(4)|0s + 10 + + + int(11)|0s + 11 + + + int(11)|0s + 12 + + + revision_id +langcode + btree + 1 + + + tid +default_langcode +langcode + btree + + + description__format + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + 1 + int(10) unsigned|0s + 1 + 2 + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + The ID of the target entity. + int(10) unsigned|0s + 4 + + + int(11)|0s + 5 + + + longtext|0s + 6 + + + tinyint(4)|0s + 7 + + + revision_id + btree + 1 + + + tid + btree + + + revision_user + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + int(10) unsigned|0s + 1 + 7 + + + entity_id +revision_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + parent_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the target entity. + varchar(255)|0s + 1 + 7 + ascii_general_ci + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + roles_target_id + btree + + + 1 + 1 + PRIMARY + + + The field instance bundle to which this row belongs, used when deleting a field instance + varchar(128)|0s + '' + 1 + 1 + ascii_general_ci + + + A boolean indicating whether this data item has been deleted + tinyint(4)|0s + 0 + 1 + 2 + + + The entity id this data is attached to + int(10) unsigned|0s + 1 + 3 + + + The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id + int(10) unsigned|0s + 1 + 4 + + + The language code for this data item. + varchar(32)|0s + '' + 1 + 5 + ascii_general_ci + + + The sequence number for this data item, used for multi-value fields + int(10) unsigned|0s + 1 + 6 + + + The ID of the file entity. + int(10) unsigned|0s + 1 + 7 + + + Alternative image text, for the image's 'alt' attribute. + varchar(512)|0s + 8 + + + Image title text, for the image's 'title' attribute. + varchar(1024)|0s + 9 + + + The width of the image in pixels. + int(10) unsigned|0s + 10 + + + The height of the image in pixels. + int(10) unsigned|0s + 11 + + + entity_id +deleted +delta +langcode + btree + 1 + + + bundle + btree + + + revision_id + btree + + + user_picture_target_id + btree + + + 1 + 1 + PRIMARY + + + 3 + int(10) unsigned|0s + 1 + 1 + + + varchar(128)|0s + 1 + 2 + ascii_general_ci + + + varchar(12)|0s + 1 + 3 + ascii_general_ci + + + uid + btree + 1 + + + uuid + btree + 1 + + + 1 + 1 + PRIMARY + + + user_field__uuid__value + + + The "users".uid this record affects. + int(10) unsigned|0s + 0 + 1 + 1 + + + The name of the module declaring the variable. + varchar(50)|0s + '' + 1 + 2 + ascii_general_ci + + + The identifier of the data. + varchar(128)|0s + '' + 1 + 3 + ascii_general_ci + + + The value. + longblob|0s + 4 + + + Whether value is serialized. + tinyint(3) unsigned|0s + 0 + 5 + + + uid +module +name + btree + 1 + + + module + btree + + + name + btree + + + 1 + 1 + PRIMARY + + + int(10) unsigned|0s + 1 + 1 + + + varchar(12)|0s + 1 + 2 + ascii_general_ci + + + varchar(12)|0s + 3 + ascii_general_ci + + + varchar(12)|0s + 4 + ascii_general_ci + + + varchar(60)|0s + 1 + 5 + + + varchar(255)|0s + 6 + + + varchar(254)|0s + 7 + + + varchar(32)|0s + 8 + + + tinyint(4)|0s + 9 + + + int(11)|0s + 1 + 10 + + + int(11)|0s + 11 + + + int(11)|0s + 1 + 12 + + + int(11)|0s + 13 + + + varchar(254)|0s + 14 + + + tinyint(4)|0s + 1 + 15 + + + uid +langcode + btree + 1 + + + name +langcode + btree + 1 + + + uid +default_langcode +langcode + btree + + + mail + 191 + btree + + + created + btree + + + access + btree + + + 1 + 1 + PRIMARY + + + user__name + + + 35 + Primary Key: Unique watchdog event ID. + bigint(20)|0s + 1 + 1 + + + The "users".uid of the user who triggered the event. + int(10) unsigned|0s + 0 + 1 + 2 + + + Type of log message, for example "user" or "page not found." + varchar(64)|0s + '' + 1 + 3 + ascii_general_ci + + + Text of log message to be passed into the t() function. + longtext|0s + 1 + 4 + + + Serialized array of variables that match the message string and that is passed into the t() function. + longblob|0s + 1 + 5 + + + The severity level of the event. ranges from 0 (Emergency) to 7 (Debug) + tinyint(3) unsigned|0s + 0 + 1 + 6 + + + Link to view the result of the event. + text|0s + 7 + + + URL of the origin of the event. + text|0s + 1 + 8 + + + URL of referring page. + text|0s + 9 + + + Hostname of the user who triggered the event. + varchar(128)|0s + '' + 1 + 10 + ascii_general_ci + + + Unix timestamp of when event occurred. + bigint(20)|0s + 0 + 1 + 11 + + + wid + btree + 1 + + + uid + btree + + + type + btree + + + severity + btree + + + 1 + 1 + PRIMARY + + + The webform id. + varchar(32)|0s + 1 + 1 + + + The serial number to give to the next submission to this webform. + int(10) unsigned|0s + 1 + 1 + 2 + + + webform_id +next_serial + btree + 1 + + + 1 + 1 + PRIMARY + + + 1 + int(11)|0s + 1 + 1 + + + The ID of the target entity. + varchar(32)|0s + 1 + 2 + ascii_general_ci + + + varchar(128)|0s + 1 + 3 + ascii_general_ci + + + varchar(12)|0s + 1 + 4 + ascii_general_ci + + + int(11)|0s + 5 + + + varchar(255)|0s + 6 + + + varchar(2000)|0s + 7 + + + int(11)|0s + 8 + + + int(11)|0s + 9 + + + int(11)|0s + 10 + + + tinyint(4)|0s + 11 + + + varchar(128)|0s + 12 + + + varchar(128)|0s + 13 + + + The ID of the target entity. + int(10) unsigned|0s + 14 + + + varchar(32)|0s + 15 + ascii_general_ci + + + varchar(255)|0s + 16 + + + tinyint(4)|0s + 17 + + + tinyint(4)|0s + 18 + + + longtext|0s + 19 + + + sid + btree + 1 + + + uuid + btree + 1 + + + webform_id + btree + + + token + 191 + btree + + + uid + btree + + + 1 + 1 + PRIMARY + + + webform_submission_field__uuid__value + + + The webform id. + varchar(32)|0s + 1 + 1 + + + The unique identifier for this submission. + int(10) unsigned|0s + 1 + 2 + + + The name of the element. + varchar(128)|0s + 1 + 3 + + + The property of the element's value. + varchar(128)|0s + '' + 1 + 4 + + + The delta of the element's value. + int(10) unsigned|0s + 0 + 1 + 5 + + + The element's value. + mediumtext|0s + 1 + 6 + + + sid +name +property +delta + btree + 1 + + + webform_id + btree + + + sid +webform_id + btree + + + 1 + 1 + PRIMARY + + + varchar(64)|0s + 1 + 1 + + + varchar(20)|0s + 1 + 2 + + + varchar(16)|0s + 1 + 3 + + + varchar(80)|0s + 1 + 4 + + + varchar(20)|0s + 1 + 5 + + + varchar(64)|0s + 6 + + + varchar(20)|0s + 7 + + + varchar(64)|0s + 8 + + + longtext|0s + 9 + + + varchar(80)|0s + 1 + 10 + + + varchar(64)|0s + 1 + 11 + + + varchar(12)|0s + 1 + 12 + + + varchar(80)|0s + 13 + + + varchar(385)|0s + 1 + 1 + + + varchar(128)|0s + 1 + 2 + + + varchar(3)|0s + 1 + 3 + + + varchar(3)|0s + 4 + + + varchar(32)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(60)|0s + 1 + 3 + + + bigint(3)|0s + 1 + 4 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(6)|0s + 1 + 5 + + + longtext|0s + 1 + 6 + + + varchar(64)|0s + 1 + 1 + + + bigint(21)|0s + 1 + 2 + + + bigint(21)|0s + 1 + 3 + + + bigint(21)|0s + 1 + 4 + + + double|0s + 1 + 5 + + + double|0s + 1 + 6 + + + bigint(21)|0s + 1 + 7 + + + bigint(21)|0s + 1 + 8 + + + bigint(21)|0s + 1 + 9 + + + bigint(21)|0s + 1 + 10 + + + bigint(21)|0s + 1 + 11 + + + bigint(21)|0s + 1 + 12 + + + bigint(21)|0s + 1 + 13 + + + bigint(21)|0s + 1 + 14 + + + bigint(21)|0s + 1 + 15 + + + bigint(21)|0s + 1 + 16 + + + bigint(21)|0s + 1 + 17 + + + bigint(21)|0s + 1 + 18 + + + bigint(21)|0s + 1 + 19 + + + bigint(21)|0s + 1 + 20 + + + bigint(21)|0s + 1 + 21 + + + bigint(21)|0s + 1 + 22 + + + bigint(21)|0s + 1 + 23 + + + bigint(21) unsigned|0s + 1 + 24 + + + bigint(21)|0s + 1 + 25 + + + varchar(64)|0s + 1 + 1 + + + varchar(32)|0s + 2 + + + bigint(11)|0s + 3 + + + varchar(3)|0s + 4 + + + varchar(3)|0s + 1 + 5 + + + bigint(3)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 1 + + + varchar(32)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + bigint(11)|0s + 1 + 4 + + + varchar(3)|0s + 1 + 5 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + longtext|0s + 6 + + + varchar(3)|0s + 1 + 7 + + + varchar(64)|0s + 1 + 8 + + + bigint(21) unsigned|0s + 9 + + + bigint(21) unsigned|0s + 10 + + + bigint(21) unsigned|0s + 11 + + + bigint(21) unsigned|0s + 12 + + + bigint(21) unsigned|0s + 13 + + + varchar(32)|0s + 14 + + + varchar(64)|0s + 15 + + + longtext|0s + 1 + 16 + + + varchar(3)|0s + 1 + 17 + + + varchar(80)|0s + 1 + 18 + + + varchar(80)|0s + 1 + 19 + + + varchar(1024)|0s + 1 + 20 + + + varchar(6)|0s + 1 + 21 + + + longtext|0s + 22 + + + varchar(385)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(3)|0s + 1 + 7 + + + varchar(128)|0s + 1 + + + varchar(64)|0s + 1 + 1 + + + varchar(8)|0s + 1 + 2 + + + varchar(160)|0s + 1 + 3 + + + varchar(3)|0s + 4 + + + varchar(3)|0s + 5 + + + varchar(3)|0s + 6 + + + varchar(64)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(384)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(8)|0s + 1 + 6 + + + longtext|0s + 1 + 7 + + + varchar(9)|0s + 1 + 8 + + + datetime|0s + 9 + + + varchar(256)|0s + 10 + + + varchar(18)|0s + 11 + + + varchar(8192)|0s + 1 + 12 + + + datetime|0s + 13 + + + datetime|0s + 14 + + + varchar(18)|0s + 1 + 15 + + + varchar(12)|0s + 1 + 16 + + + datetime|0s + 1 + 17 + + + datetime|0s + 1 + 18 + + + datetime|0s + 19 + + + varchar(64)|0s + 1 + 20 + + + bigint(10)|0s + 1 + 21 + + + varchar(32)|0s + 1 + 22 + + + varchar(64)|0s + 1 + 23 + + + varchar(64)|0s + 1 + 24 + + + bigint(4)|0s + 1 + 1 + + + varchar(512)|0s + 2 + + + varchar(20)|0s + 1 + 3 + + + varchar(64)|0s + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 6 + + + varchar(64)|0s + 7 + + + varchar(64)|0s + 8 + + + bigint(4)|0s + 9 + + + varchar(64)|0s + 1 + 10 + + + varchar(64)|0s + 11 + + + bigint(4)|0s + 12 + + + bigint(4)|0s + 13 + + + bigint(4)|0s + 14 + + + bigint(4)|0s + 15 + + + bigint(4)|0s + 1 + 16 + + + bigint(21) unsigned|0s + 17 + + + bigint(21) unsigned|0s + 18 + + + bigint(21) unsigned|0s + 19 + + + datetime|0s + 20 + + + datetime|0s + 21 + + + datetime|0s + 22 + + + bigint(4)|0s + 23 + + + bigint(4)|0s + 24 + + + bigint(21) unsigned|0s + 25 + + + varchar(10)|0s + 26 + + + bigint(21) unsigned|0s + 27 + + + bigint(21) unsigned|0s + 28 + + + bigint(21) unsigned|0s + 29 + + + bigint(21) unsigned|0s + 30 + + + bigint(21) unsigned|0s + 31 + + + bigint(21) unsigned|0s + 32 + + + datetime|0s + 33 + + + datetime|0s + 34 + + + datetime|0s + 35 + + + bigint(21) unsigned|0s + 36 + + + varchar(20)|0s + 1 + 37 + + + varchar(255)|0s + 38 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(512)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 7 + + + varchar(64)|0s + 1 + 8 + + + tinyint(2)|0s + 1 + 9 + + + int(7)|0s + 1 + 10 + + + tinyint(2)|0s + 1 + 11 + + + tinyint(2)|0s + 1 + 12 + + + smallint(5)|0s + 1 + 13 + + + varchar(64)|0s + 1 + 1 + + + varchar(4096)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 1 + + + varchar(4096)|0s + 1 + 2 + + + varchar(192)|0s + 1 + 1 + + + varchar(192)|0s + 1 + 2 + + + varchar(192)|0s + 1 + 3 + + + bigint(21)|0s + 1 + 4 + + + int(11) unsigned|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + int(11) unsigned|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + varchar(64)|0s + 5 + + + int(11) unsigned|0s + 1 + 6 + + + int(11) unsigned|0s + 1 + 7 + + + int(1)|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 11 + + + varchar(1024)|0s + 12 + + + varchar(64)|0s + 13 + + + bigint(21) unsigned|0s + 1 + 14 + + + bigint(21) unsigned|0s + 1 + 15 + + + bigint(21) unsigned|0s + 1 + 16 + + + enum('NOT_USED', 'MEMORY', 'REMOVE_HASH', 'FILE_PAGE')|0e + 1 + 17 + + + enum('IO_NONE', 'IO_READ', 'IO_WRITE')|0e + 1 + 18 + + + int(1)|0s + 1 + 19 + + + bigint(21) unsigned|0s + 1 + 20 + + + int(11) unsigned|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + int(11) unsigned|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + varchar(64)|0s + 5 + + + int(11) unsigned|0s + 1 + 6 + + + int(11) unsigned|0s + 1 + 7 + + + int(1)|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 11 + + + varchar(1024)|0s + 12 + + + varchar(64)|0s + 13 + + + bigint(21) unsigned|0s + 1 + 14 + + + bigint(21) unsigned|0s + 1 + 15 + + + bigint(21) unsigned|0s + 1 + 16 + + + int(1)|0s + 1 + 17 + + + enum('IO_NONE', 'IO_READ', 'IO_WRITE')|0e + 1 + 18 + + + int(1)|0s + 19 + + + bigint(21) unsigned|0s + 1 + 20 + + + int(11) unsigned|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + bigint(21) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 7 + + + bigint(21) unsigned|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 11 + + + bigint(21) unsigned|0s + 1 + 12 + + + float|0s + 1 + 13 + + + float|0s + 1 + 14 + + + bigint(21) unsigned|0s + 1 + 15 + + + bigint(21) unsigned|0s + 1 + 16 + + + bigint(21) unsigned|0s + 1 + 17 + + + float|0s + 1 + 18 + + + float|0s + 1 + 19 + + + float|0s + 1 + 20 + + + bigint(21) unsigned|0s + 1 + 21 + + + bigint(21) unsigned|0s + 1 + 22 + + + bigint(21) unsigned|0s + 1 + 23 + + + bigint(21) unsigned|0s + 1 + 24 + + + bigint(21) unsigned|0s + 1 + 25 + + + bigint(21) unsigned|0s + 1 + 26 + + + float|0s + 1 + 27 + + + float|0s + 1 + 28 + + + bigint(21) unsigned|0s + 1 + 29 + + + bigint(21) unsigned|0s + 1 + 30 + + + bigint(21) unsigned|0s + 1 + 31 + + + bigint(21) unsigned|0s + 1 + 32 + + + int(5)|0s + 1 + 1 + + + int(11)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + int(5)|0s + 1 + 1 + + + int(11)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + bigint(21)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + int(5)|0s + 1 + 1 + + + int(11)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + bigint(21)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + int(11)|0s + 1 + 7 + + + int(11)|0s + 1 + 8 + + + varchar(64)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + int(11)|0s + 1 + 7 + + + int(11)|0s + 1 + 8 + + + int(5)|0s + 1 + 1 + + + int(11)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(193)|0s + 1 + 1 + + + varchar(193)|0s + 1 + 2 + + + varchar(18)|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(337)|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + bigint(21) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + varchar(337)|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + bigint(21) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + varchar(81)|0s + 1 + 1 + + + bigint(21) unsigned|0s + 1 + 2 + + + enum('S', 'S, GAP', 'X', 'X, GAP', 'IS', 'IS, GAP', 'IX', 'IX, GAP', 'AUTO_INC')|0e + 1 + 3 + + + enum('RECORD', 'TABLE')|0e + 1 + 4 + + + varchar(1024)|0s + 1 + 5 + + + varchar(1024)|0s + 6 + + + int(11) unsigned|0s + 7 + + + int(11) unsigned|0s + 8 + + + int(11) unsigned|0s + 9 + + + varchar(8192)|0s + 10 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(81)|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + varchar(81)|0s + 1 + 4 + + + varchar(193)|0s + 1 + 1 + + + varchar(193)|0s + 1 + 2 + + + bigint(21)|0s + 1 + 3 + + + bigint(21)|0s + 4 + + + bigint(21)|0s + 5 + + + float|0s + 6 + + + bigint(21)|0s + 1 + 7 + + + bigint(21)|0s + 8 + + + bigint(21)|0s + 9 + + + float|0s + 10 + + + datetime|0s + 11 + + + datetime|0s + 12 + + + bigint(21)|0s + 13 + + + datetime|0s + 14 + + + int(1)|0s + 1 + 15 + + + enum('value', 'status_counter', 'set_owner', 'set_member', 'counter')|0e + 1 + 16 + + + varchar(193)|0s + 1 + 17 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + int(11) unsigned|0s + 1 + 3 + + + varchar(193)|0s + 1 + 1 + + + varchar(193)|0s + 1 + 2 + + + varchar(193)|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + int(11) unsigned|0s + 1 + 5 + + + varchar(193)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + bigint(21) unsigned|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + int(11)|0s + 1 + 5 + + + int(11)|0s + 6 + + + int(11)|0s + 7 + + + int(11)|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(655)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + int(11) unsigned|0s + 1 + 5 + + + enum('Redundant', 'Compact', 'Compressed', 'Dynamic')|0e + 6 + + + int(11) unsigned|0s + 1 + 7 + + + enum('Single', 'System')|0e + 8 + + + int(11) unsigned|0s + 1 + 1 + + + varchar(655)|0s + 1 + 2 + + + int(11) unsigned|0s + 1 + 3 + + + varchar(22)|0s + 4 + + + int(11) unsigned|0s + 1 + 5 + + + varchar(512)|0s + 1 + 6 + + + int(11) unsigned|0s + 1 + 7 + + + bigint(21) unsigned|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + int(1)|0s + 1 + 3 + + + bigint(21) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 7 + + + bigint(21) unsigned|0s + 1 + 8 + + + int(11)|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 1 + + + int(11) unsigned|0s + 1 + 2 + + + int(11) unsigned|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 1 + + + varchar(655)|0s + 2 + + + int(11) unsigned|0s + 1 + 3 + + + int(11) unsigned|0s + 1 + 4 + + + int(11) unsigned|0s + 1 + 5 + + + int(11) unsigned|0s + 1 + 6 + + + bigint(21) unsigned|0s + 7 + + + bigint(21) unsigned|0s + 8 + + + int(11) unsigned|0s + 1 + 9 + + + int(1)|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 1 + + + varchar(13)|0s + 1 + 2 + + + datetime|0s + 1 + 3 + + + varchar(81)|0s + 4 + + + datetime|0s + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 7 + + + varchar(1024)|0s + 8 + + + varchar(64)|0s + 9 + + + bigint(21) unsigned|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 11 + + + bigint(21) unsigned|0s + 1 + 12 + + + bigint(21) unsigned|0s + 1 + 13 + + + bigint(21) unsigned|0s + 1 + 14 + + + bigint(21) unsigned|0s + 1 + 15 + + + bigint(21) unsigned|0s + 1 + 16 + + + enum('READ UNCOMMITTED', 'READ COMMITTED', 'REPEATABLE READ', 'SERIALIZABLE')|0e + 1 + 17 + + + int(1)|0s + 1 + 18 + + + int(1)|0s + 1 + 19 + + + varchar(256)|0s + 20 + + + int(1)|0s + 1 + 21 + + + int(1)|0s + 1 + 22 + + + varchar(64)|0s + 1 + + + varchar(192)|0s + 1 + 1 + + + int(3) unsigned|0s + 2 + + + int(3) unsigned|0s + 3 + + + bigint(21) unsigned|0s + 1 + 4 + + + bigint(21) unsigned|0s + 1 + 5 + + + bigint(21) unsigned|0s + 1 + 6 + + + bigint(21) unsigned|0s + 1 + 7 + + + bigint(21) unsigned|0s + 1 + 8 + + + bigint(21) unsigned|0s + 1 + 9 + + + bigint(21) unsigned|0s + 1 + 10 + + + bigint(21) unsigned|0s + 1 + 11 + + + bigint(21) unsigned|0s + 1 + 12 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(512)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 7 + + + bigint(10)|0s + 1 + 8 + + + bigint(10)|0s + 9 + + + varchar(64)|0s + 10 + + + varchar(64)|0s + 11 + + + varchar(64)|0s + 12 + + + longtext|0s + 1 + 1 + + + longtext|0s + 1 + 2 + + + int(20)|0s + 1 + 3 + + + tinyint(1)|0s + 1 + 4 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + int(21)|0s + 1 + 4 + + + varchar(5)|0s + 5 + + + varchar(64)|0s + 6 + + + varchar(64)|0s + 1 + 7 + + + int(21)|0s + 8 + + + int(21)|0s + 9 + + + int(21)|0s + 10 + + + int(21)|0s + 11 + + + bigint(21) unsigned|0s + 12 + + + varchar(64)|0s + 13 + + + varchar(64)|0s + 14 + + + longtext|0s + 1 + 15 + + + varchar(9)|0s + 1 + 16 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 4 + + + varchar(64)|0s + 5 + + + bigint(21) unsigned|0s + 6 + + + bigint(21) unsigned|0s + 7 + + + varchar(18)|0s + 8 + + + varchar(12)|0s + 9 + + + longtext|0s + 10 + + + longtext|0s + 11 + + + longtext|0s + 12 + + + bigint(21) unsigned|0s + 1 + 13 + + + bigint(21) unsigned|0s + 1 + 14 + + + bigint(21) unsigned|0s + 1 + 15 + + + bigint(21) unsigned|0s + 16 + + + bigint(21) unsigned|0s + 1 + 17 + + + bigint(21) unsigned|0s + 1 + 18 + + + datetime|0s + 19 + + + datetime|0s + 20 + + + datetime|0s + 21 + + + bigint(21) unsigned|0s + 22 + + + varchar(80)|0s + 1 + 23 + + + varchar(12)|0s + 1 + 24 + + + varchar(64)|0s + 25 + + + varchar(64)|0s + 1 + 1 + + + varchar(20)|0s + 1 + 2 + + + varchar(16)|0s + 1 + 3 + + + varchar(80)|0s + 1 + 4 + + + varchar(20)|0s + 1 + 5 + + + varchar(64)|0s + 6 + + + varchar(20)|0s + 7 + + + varchar(64)|0s + 8 + + + longtext|0s + 9 + + + varchar(80)|0s + 1 + 10 + + + varchar(64)|0s + 1 + 11 + + + varchar(12)|0s + 1 + 12 + + + varchar(80)|0s + 13 + + + bigint(4)|0s + 1 + 1 + + + varchar(128)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 4 + + + varchar(16)|0s + 1 + 5 + + + int(7)|0s + 1 + 6 + + + varchar(64)|0s + 7 + + + longtext|0s + 8 + + + decimal(22,3 digit)|0s + 1 + 9 + + + tinyint(2)|0s + 1 + 10 + + + tinyint(2)|0s + 1 + 11 + + + decimal(7,3 digit)|0s + 1 + 12 + + + bigint(7)|0s + 1 + 13 + + + bigint(7)|0s + 1 + 14 + + + int(7)|0s + 1 + 15 + + + bigint(4)|0s + 1 + 16 + + + blob|0s + 17 + + + bigint(4)|0s + 1 + 18 + + + int(20)|0s + 1 + 1 + + + int(20)|0s + 1 + 2 + + + varchar(30)|0s + 1 + 3 + + + decimal(9,6 digit)|0s + 1 + 4 + + + decimal(9,6 digit)|0s + 5 + + + decimal(9,6 digit)|0s + 6 + + + int(20)|0s + 7 + + + int(20)|0s + 8 + + + int(20)|0s + 9 + + + int(20)|0s + 10 + + + int(20)|0s + 11 + + + int(20)|0s + 12 + + + int(20)|0s + 13 + + + int(20)|0s + 14 + + + int(20)|0s + 15 + + + varchar(30)|0s + 16 + + + varchar(20)|0s + 17 + + + int(20)|0s + 18 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(512)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 6 + + + varchar(64)|0s + 1 + 7 + + + varchar(64)|0s + 1 + 8 + + + varchar(64)|0s + 1 + 9 + + + varchar(64)|0s + 1 + 10 + + + varchar(64)|0s + 11 + + + varchar(64)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(13)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + int(21)|0s + 7 + + + int(21)|0s + 8 + + + int(21)|0s + 9 + + + int(21)|0s + 10 + + + bigint(21) unsigned|0s + 11 + + + varchar(64)|0s + 12 + + + varchar(64)|0s + 13 + + + longtext|0s + 14 + + + varchar(8)|0s + 1 + 15 + + + longtext|0s + 16 + + + varchar(64)|0s + 17 + + + varchar(64)|0s + 18 + + + varchar(8)|0s + 1 + 19 + + + varchar(3)|0s + 1 + 20 + + + varchar(64)|0s + 1 + 21 + + + varchar(64)|0s + 22 + + + varchar(7)|0s + 1 + 23 + + + datetime|0s + 1 + 24 + + + datetime|0s + 1 + 25 + + + varchar(8192)|0s + 1 + 26 + + + longtext|0s + 1 + 27 + + + varchar(384)|0s + 1 + 28 + + + varchar(32)|0s + 1 + 29 + + + varchar(64)|0s + 1 + 30 + + + varchar(64)|0s + 1 + 31 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(32)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(512)|0s + 5 + + + varchar(1024)|0s + 1 + 6 + + + varchar(385)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(3)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 1 + + + varchar(4096)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 1 + + + varchar(4096)|0s + 1 + 2 + + + smallint(5)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + int(5)|0s + 1 + 3 + + + varchar(2048)|0s + 1 + 4 + + + varchar(64)|0s + 1 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + bigint(1)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + bigint(2)|0s + 1 + 7 + + + varchar(64)|0s + 1 + 8 + + + varchar(1)|0s + 9 + + + bigint(21)|0s + 10 + + + bigint(3)|0s + 11 + + + varchar(10)|0s + 12 + + + varchar(3)|0s + 1 + 13 + + + varchar(16)|0s + 1 + 14 + + + varchar(16)|0s + 15 + + + varchar(1024)|0s + 1 + 16 + + + varchar(3)|0s + 1 + 17 + + + varchar(64)|0s + 1 + 1 + + + varchar(2048)|0s + 2 + + + varchar(2048)|0s + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(2048)|0s + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 7 + + + varchar(2048)|0s + 1 + 8 + + + varchar(21)|0s + 9 + + + varchar(21)|0s + 10 + + + varchar(21)|0s + 11 + + + longtext|0s + 12 + + + varchar(3)|0s + 1 + 13 + + + varchar(64)|0s + 14 + + + varchar(2048)|0s + 15 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(64)|0s + 5 + + + bigint(21) unsigned|0s + 6 + + + varchar(10)|0s + 7 + + + bigint(21) unsigned|0s + 8 + + + bigint(21) unsigned|0s + 9 + + + bigint(21) unsigned|0s + 10 + + + bigint(21) unsigned|0s + 11 + + + bigint(21) unsigned|0s + 12 + + + bigint(21) unsigned|0s + 13 + + + bigint(21) unsigned|0s + 14 + + + datetime|0s + 15 + + + datetime|0s + 16 + + + datetime|0s + 17 + + + varchar(64)|0s + 18 + + + bigint(21) unsigned|0s + 19 + + + varchar(2048)|0s + 20 + + + varchar(2048)|0s + 1 + 21 + + + bigint(21) unsigned|0s + 22 + + + varchar(1)|0s + 23 + + + varchar(64)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 3 + + + varchar(64)|0s + 4 + + + bigint(21) unsigned|0s + 5 + + + bigint(21) unsigned|0s + 6 + + + bigint(21) unsigned|0s + 7 + + + bigint(21) unsigned|0s + 8 + + + varchar(2048)|0s + 9 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(385)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(64)|0s + 1 + 4 + + + varchar(64)|0s + 1 + 5 + + + varchar(3)|0s + 1 + 6 + + + varchar(192)|0s + 1 + 1 + + + varchar(192)|0s + 1 + 2 + + + bigint(21)|0s + 1 + 3 + + + bigint(21)|0s + 1 + 4 + + + bigint(21)|0s + 1 + 5 + + + int(6)|0s + 1 + 1 + + + int(6)|0s + 1 + 2 + + + int(6)|0s + 1 + 3 + + + int(6)|0s + 1 + 4 + + + int(6)|0s + 1 + 5 + + + int(6)|0s + 1 + 6 + + + tinyint(1)|0s + 1 + 7 + + + tinyint(1)|0s + 1 + 8 + + + int(6)|0s + 1 + 1 + + + int(6)|0s + 1 + 2 + + + int(1)|0s + 1 + 3 + + + bigint(19) unsigned|0s + 4 + + + bigint(19)|0s + 1 + 5 + + + int(6)|0s + 1 + 1 + + + bigint(19)|0s + 1 + 2 + + + bigint(19)|0s + 1 + 3 + + + bigint(19)|0s + 1 + 4 + + + bigint(19)|0s + 1 + 5 + + + bigint(19)|0s + 1 + 6 + + + bigint(19)|0s + 1 + 7 + + + bigint(19)|0s + 1 + 8 + + + bigint(19)|0s + 1 + 9 + + + bigint(19)|0s + 1 + 10 + + + bigint(19)|0s + 1 + 11 + + + varchar(16)|0s + 1 + 1 + + + bigint(19)|0s + 1 + 2 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(6)|0s + 1 + 4 + + + varchar(512)|0s + 1 + 5 + + + varchar(64)|0s + 1 + 6 + + + varchar(64)|0s + 1 + 7 + + + bigint(4)|0s + 1 + 8 + + + longtext|0s + 9 + + + longtext|0s + 1 + 10 + + + varchar(9)|0s + 1 + 11 + + + varchar(6)|0s + 1 + 12 + + + varchar(64)|0s + 13 + + + varchar(64)|0s + 14 + + + varchar(3)|0s + 1 + 15 + + + varchar(3)|0s + 1 + 16 + + + datetime(2)|0s + 17 + + + varchar(8192)|0s + 1 + 18 + + + varchar(384)|0s + 1 + 19 + + + varchar(32)|0s + 1 + 20 + + + varchar(64)|0s + 1 + 21 + + + varchar(64)|0s + 1 + 22 + + + varchar(385)|0s + 1 + 1 + + + varchar(512)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(3)|0s + 1 + 4 + + + varchar(128)|0s + 1 + 1 + + + int(11)|0s + 1 + 2 + + + int(11)|0s + 1 + 3 + + + int(11)|0s + 1 + 4 + + + double|0s + 1 + 5 + + + double|0s + 1 + 6 + + + bigint(21)|0s + 1 + 7 + + + bigint(21)|0s + 1 + 8 + + + bigint(21)|0s + 1 + 9 + + + bigint(21)|0s + 1 + 10 + + + bigint(21)|0s + 1 + 11 + + + bigint(21)|0s + 1 + 12 + + + bigint(21)|0s + 1 + 13 + + + bigint(21)|0s + 1 + 14 + + + bigint(21)|0s + 1 + 15 + + + bigint(21)|0s + 1 + 16 + + + bigint(21)|0s + 1 + 17 + + + bigint(21)|0s + 1 + 18 + + + bigint(21)|0s + 1 + 19 + + + bigint(21)|0s + 1 + 20 + + + bigint(21)|0s + 1 + 21 + + + bigint(21)|0s + 1 + 22 + + + bigint(21)|0s + 1 + 23 + + + bigint(21) unsigned|0s + 1 + 24 + + + bigint(21)|0s + 1 + 25 + + + varchar(512)|0s + 1 + 1 + + + varchar(64)|0s + 1 + 2 + + + varchar(64)|0s + 1 + 3 + + + longtext|0s + 1 + 4 + + + varchar(8)|0s + 1 + 5 + + + varchar(3)|0s + 1 + 6 + + + varchar(384)|0s + 1 + 7 + + + varchar(7)|0s + 1 + 8 + + + varchar(32)|0s + 1 + 9 + + + varchar(64)|0s + 1 + 10 + + + varchar(10)|0s + 1 + 11 + + + varchar(64)|0s + 1 + 1 + + + varchar(2048)|0s + 2 + + + varchar(64)|0s + 1 + 3 + + + varchar(32)|0s + 4 + +
+
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..3b5712a5 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..1e1a65a8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,226 @@ + + + + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1722946951354 + + + + + + \ No newline at end of file From b5e9c44b222ee455a01aa2ec57ed1ebdef590100 Mon Sep 17 00:00:00 2001 From: Abhisek Mazumdar Date: Tue, 6 Aug 2024 18:14:12 +0530 Subject: [PATCH 2/2] Remove .idea. --- .idea/dataSources.local.xml | 20 - .idea/dataSources.xml | 14 - .../0ef30aa0-e8d2-48a7-a041-372b220db777.xml | 14450 ---------------- .idea/vcs.xml | 7 - .idea/workspace.xml | 226 - 5 files changed, 14717 deletions(-) delete mode 100644 .idea/dataSources.local.xml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml deleted file mode 100644 index 20cca09f..00000000 --- a/.idea/dataSources.local.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - #@ - ` - - - master_key - db - - - - - - user_and_system_sources - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index db19c660..00000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - mariadb - true - true - DDEV generated data source - org.mariadb.jdbc.Driver - jdbc:mariadb://127.0.0.1:32830/db?user=db&password=db - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml b/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml deleted file mode 100644 index cdad1a7b..00000000 --- a/.idea/dataSources/0ef30aa0-e8d2-48a7-a041-372b220db777.xml +++ /dev/null @@ -1,14450 +0,0 @@ - - - - - exact - InnoDB - db|schema||db||ALTER|G -db|schema||db||ALTER ROUTINE|G -db|schema||db||CREATE|G -db|schema||db||CREATE ROUTINE|G -db|schema||db||CREATE TEMPORARY TABLES|G -db|schema||db||CREATE VIEW|G -db|schema||db||DELETE|G -db|schema||db||DELETE HISTORY|G -db|schema||db||DROP|G -db|schema||db||EVENT|G -db|schema||db||EXECUTE|G -db|schema||db||INDEX|G -db|schema||db||INSERT|G -db|schema||db||LOCK TABLES|G -db|schema||db||REFERENCES|G -db|schema||db||SELECT|G -db|schema||db||SHOW VIEW|G -db|schema||db||TRIGGER|G -db|schema||db||UPDATE|G - 10.11.8 - - - armscii8 - - - armscii8 - 1 - - - armscii8 - - - armscii8 - - - ascii - - - ascii - 1 - - - ascii - - - ascii - - - big5 - - - big5 - 1 - - - big5 - - - big5 - - - binary - 1 - - - cp1250 - - - cp1250 - - - cp1250 - - - cp1250 - 1 - - - cp1250 - - - cp1250 - - - cp1250 - - - cp1251 - - - cp1251 - - - cp1251 - 1 - - - cp1251 - - - cp1251 - - - cp1251 - - - cp1251 - - - cp1256 - - - cp1256 - 1 - - - cp1256 - - - cp1256 - - - cp1257 - - - cp1257 - 1 - - - cp1257 - - - cp1257 - - - cp1257 - - - cp850 - - - cp850 - 1 - - - cp850 - - - cp850 - - - cp852 - - - cp852 - 1 - - - cp852 - - - cp852 - - - cp866 - - - cp866 - 1 - - - cp866 - - - cp866 - - - cp932 - - - cp932 - 1 - - - cp932 - - - cp932 - - - dec8 - - - dec8 - - - dec8 - 1 - - - dec8 - - - eucjpms - - - eucjpms - 1 - - - eucjpms - - - eucjpms - - - euckr - - - euckr - 1 - - - euckr - - - euckr - - - gb2312 - - - gb2312 - 1 - - - gb2312 - - - gb2312 - - - gbk - - - gbk - 1 - - - gbk - - - gbk - - - geostd8 - - - geostd8 - 1 - - - geostd8 - - - geostd8 - - - greek - - - greek - 1 - - - greek - - - greek - - - hebrew - - - hebrew - 1 - - - hebrew - - - hebrew - - - hp8 - - - hp8 - 1 - - - hp8 - - - hp8 - - - keybcs2 - - - keybcs2 - 1 - - - keybcs2 - - - keybcs2 - - - koi8r - - - koi8r - 1 - - - koi8r - - - koi8r - - - koi8u - - - koi8u - 1 - - - koi8u - - - koi8u - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - 1 - - - latin1 - - - latin2 - - - latin2 - - - latin2 - - - latin2 - 1 - - - latin2 - - - latin2 - - - latin2 - - - latin5 - - - latin5 - - - latin5 - 1 - - - latin5 - - - latin7 - - - latin7 - - - latin7 - 1 - - - latin7 - - - latin7 - - - latin7 - - - macce - - - macce - 1 - - - macce - - - macce - - - macroman - - - macroman - 1 - - - macroman - - - macroman - - - sjis - - - sjis - 1 - - - sjis - - - sjis - - - swe7 - - - swe7 - - - swe7 - 1 - - - swe7 - - - tis620 - - - tis620 - - - tis620 - 1 - - - tis620 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - 1 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ujis - - - ujis - 1 - - - ujis - - - ujis - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - 1 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16le - - - utf16le - 1 - - - utf16le - - - utf16le - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - 1 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf32 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - 1 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - 1 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - 1 - 2024-08-06.12:24:24 - utf8mb4_general_ci - - - 2024-08-06.12:24:25 - utf8mb3_general_ci - - - 2024-08-06.12:24:25 - latin1_swedish_ci - - - - The base table for block_content entities. - InnoDB - utf8mb4_general_ci -
- - Data storage for block_content field body. - InnoDB - utf8mb4_general_ci -
- - The data table for block_content entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for block_content entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for block_content entities. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for block_content field body. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Storage for the cache API. - InnoDB - utf8mb4_general_ci -
- - Cache table for tracking cache tag invalidations. - InnoDB - utf8mb4_general_ci -
- - The base table for comment entities. - InnoDB - utf8mb4_general_ci -
- - Data storage for comment field comment_body. - InnoDB - utf8mb4_general_ci -
- - Maintains statistics of entity and comments posts to show … - InnoDB - utf8mb4_general_ci -
- - The data table for comment entities. - InnoDB - utf8mb4_general_ci -
- - The base table for configuration data. - InnoDB - utf8mb4_general_ci -
- - The base table for content_moderation_state entities. - InnoDB - utf8mb4_general_ci -
- - The data table for content_moderation_state entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for content_moderation_state… - InnoDB - utf8mb4_general_ci -
- - The revision table for content_moderation_state entities. - InnoDB - utf8mb4_general_ci -
- - The base table for crop entities. - InnoDB - utf8mb4_general_ci -
- - The data table for crop entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for crop entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for crop entities. - InnoDB - utf8mb4_general_ci -
- - The base table for file entities. - InnoDB - utf8mb4_general_ci -
- - Track where a file is used. - InnoDB - utf8mb4_general_ci -
- - Stores information about indexed help search items - InnoDB - utf8mb4_general_ci -
- - A record of which "users" have read which "node"s. - InnoDB - utf8mb4_general_ci -
- - Table that stores failed attempts to submit a form. - InnoDB - utf8mb4_general_ci -
- - Track where a block_content entity is used. - InnoDB - utf8mb4_general_ci -
- - Generic key-value storage table. See the state system for… - InnoDB - utf8mb4_general_ci -
- - Generic key/value storage table with an expiration. - InnoDB - utf8mb4_general_ci -
- - The base table for media entities. - InnoDB - utf8mb4_general_ci -
- - Data storage for media field field_media_audio_file. - InnoDB - utf8mb4_general_ci -
- - Data storage for media field field_media_document. - InnoDB - utf8mb4_general_ci -
- - Data storage for media field field_media_image. - InnoDB - utf8mb4_general_ci -
- - Data storage for media field field_media_oembed_video. - InnoDB - utf8mb4_general_ci -
- - Data storage for media field field_media_video_file. - InnoDB - utf8mb4_general_ci -
- - The data table for media entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for media entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for media entities. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for media field field_media_audio… - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for media field field_media… - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for media field field_media_image. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for media field field_media_oembed… - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for media field field_media_video… - InnoDB - utf8mb4_general_ci -
- - The base table for menu_link_content entities. - InnoDB - utf8mb4_general_ci -
- - The data table for menu_link_content entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for menu_link_content entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for menu_link_content entities. - InnoDB - utf8mb4_general_ci -
- - Contains the menu tree hierarchy. - InnoDB - utf8mb4_general_ci -
- - The base table for node entities. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field body. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field comment. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_date_time. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_image. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_location. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_map_location. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_meta_tags. - InnoDB - utf8mb4_general_ci -
- - Data storage for node field field_tags. - InnoDB - utf8mb4_general_ci -
- - Identifies which realm/grant pairs a user must possess in… - InnoDB - utf8mb4_general_ci -
- - The data table for node entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for node entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for node entities. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field body. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field comment. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_date_time. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_image. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_location. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_map_location. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_meta_tags. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for node field field_tags. - InnoDB - utf8mb4_general_ci -
- - The base table for path_alias entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for path_alias entities. - InnoDB - utf8mb4_general_ci -
- - project browser project categories - InnoDB - utf8mb4_general_ci -
- - Project browser project - InnoDB - utf8mb4_general_ci -
- - Stores items in queues. - InnoDB - utf8mb4_general_ci -
- - The base table for redirect entities. - InnoDB - utf8mb4_general_ci -
- - Maps paths to various callbacks (access, page and title) - InnoDB - utf8mb4_general_ci -
- - Stores items that will be searched. - InnoDB - utf8mb4_general_ci -
- - Stores the search index, associating words, items and… - InnoDB - utf8mb4_general_ci -
- - Stores search totals for words. - InnoDB - utf8mb4_general_ci -
- - Table for holding semaphores, locks, flags, etc. that… - InnoDB - utf8mb4_general_ci -
- - Stores IDs. - InnoDB - utf8mb4_general_ci -
- - The base table for shortcut entities. - InnoDB - utf8mb4_general_ci -
- - The data table for shortcut entities. - InnoDB - utf8mb4_general_ci -
- - Maps users to shortcut sets. - InnoDB - utf8mb4_general_ci -
- - Holds XML sitemaps as strings for quick retrieval. - InnoDB - utf8mb4_general_ci -
- - Holds sitemap settings overridden by entities. - InnoDB - utf8mb4_general_ci -
- - Maintains denormalized information about node/term… - InnoDB - utf8mb4_general_ci -
- - Data storage for taxonomy_term field parent. - InnoDB - utf8mb4_general_ci -
- - The base table for taxonomy_term entities. - InnoDB - utf8mb4_general_ci -
- - The data table for taxonomy_term entities. - InnoDB - utf8mb4_general_ci -
- - The revision data table for taxonomy_term entities. - InnoDB - utf8mb4_general_ci -
- - The revision table for taxonomy_term entities. - InnoDB - utf8mb4_general_ci -
- - Revision archive storage for taxonomy_term field parent. - InnoDB - utf8mb4_general_ci -
- - Data storage for user field roles. - InnoDB - utf8mb4_general_ci -
- - Data storage for user field user_picture. - InnoDB - utf8mb4_general_ci -
- - The base table for user entities. - InnoDB - utf8mb4_general_ci -
- - Stores module data as key/value pairs per user. - InnoDB - utf8mb4_general_ci -
- - The data table for user entities. - InnoDB - utf8mb4_general_ci -
- - Table that contains logs of all system events. - InnoDB - utf8mb4_general_ci -
- - Stores all webform data. - InnoDB - utf8mb4_general_ci -
- - The base table for webform_submission entities. - InnoDB - utf8mb4_general_ci -
- - Stores all submitted data for webform submissions. - InnoDB - utf8mb4_general_ci -
- - Aria - max_rows -10380835156842741 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -42881 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -139810 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -8587869680497929 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -173857 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -204600 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -133682 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -2936911968430114 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -19295 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -172960 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -91678 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -654116665143418 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -16760 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -15812 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -5375 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -5375 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -38501 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -18872 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -18856 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -298261 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2684354 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2314098 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2314098 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -111848 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -111848 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2684354 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -7456540 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -57703 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -1198372 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -7456540 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -63670 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -63670 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2165 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -132888 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -36671 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -302292 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -325771 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -38304 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -69042 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -290514 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -33638 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -18610 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -268435 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -3947580 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -33337 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -15148 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -344148 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -101680 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -14469 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -636094623231363848 -transactional -0 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -6630749127861089 -transactional -0 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -6153016702371431 -transactional -0 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -10380835156842741 -transactional -0 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -16739332190299048 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -217180 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -13937 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -617422903026058 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -10114 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -21704 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -5375 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -5375 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -8725 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -344148 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -11642 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -578068505333883 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -4495 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -9653 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -26800 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -20428 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -56823 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2485513 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -2236962 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -789516 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -1157049 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -603347421786797 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -23148 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -118357 - 1 - utf8mb3_general_ci -
- - Aria - max_rows -5319130355740931 -transactional -0 - 1 - utf8mb3_general_ci -
- - MEMORY - max_rows -10120 - 1 - utf8mb3_general_ci -
- - 2 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - id - btree - 1 - - - revision_id - btree - 1 - - - uuid - btree - 1 - - - type - btree - - - 1 - 1 - PRIMARY - - - block_content__revision_id - - - block_content_field__uuid__value - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - longtext|0s - 8 - - - varchar(255)|0s - 9 - ascii_general_ci - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - body_format - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - tinyint(4)|0s - 1 - 5 - - - varchar(255)|0s - 6 - - - int(11)|0s - 7 - - - tinyint(4)|0s - 8 - - - tinyint(4)|0s - 1 - 9 - - - tinyint(4)|0s - 10 - - - id -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - revision_id - btree - - - type - btree - - - status -type -id - btree - - - reusable - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - varchar(255)|0s - 5 - - - int(11)|0s - 6 - - - tinyint(4)|0s - 1 - 7 - - - tinyint(4)|0s - 8 - - - revision_id -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 2 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - int(11)|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - revision_id - btree - 1 - - - id - btree - - - revision_user - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - longtext|0s - 8 - - - varchar(255)|0s - 9 - ascii_general_ci - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - body_format - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique cache ID. - varchar(255)|0s - '' - 1 - 1 - ascii_bin - - - A collection of data to cache. - longblob|0s - 2 - - - A Unix timestamp indicating when the cache entry should expire, or -1 for never. - bigint(20)|0s - 0 - 1 - 3 - - - A timestamp with millisecond precision indicating when the cache entry was created. - decimal(14,3 digit)|0s - 0.000 - 1 - 4 - - - A flag to indicate whether content is serialized (1) or not (0). - smallint(6)|0s - 0 - 1 - 5 - - - Space-separated list of cache tags for this entry. - longtext|0s - 6 - - - The tag invalidation checksum when this entry was saved. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - cid - btree - 1 - - - expire - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Namespace-prefixed tag string. - varchar(255)|0s - '' - 1 - 1 - ascii_general_ci - - - Number incremented when the tag is invalidated. - int(11)|0s - 0 - 1 - 2 - - - tag - btree - 1 - - - 1 - 1 - PRIMARY - - - 1 - int(10) unsigned|0s - 1 - 1 - - - The ID of the target entity. - varchar(32)|0s - 1 - 2 - ascii_general_ci - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - cid - btree - 1 - - - uuid - btree - 1 - - - comment_type - btree - - - 1 - 1 - PRIMARY - - - comment_field__uuid__value - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - varchar(255)|0s - 8 - ascii_general_ci - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - comment_body_format - btree - - - 1 - 1 - PRIMARY - - - The entity_id of the entity for which the statistics are compiled. - int(10) unsigned|0s - 0 - 1 - 1 - - - The entity_type of the entity to which this comment is a reply. - varchar(32)|0s - 'node' - 1 - 2 - ascii_general_ci - - - The field_name of the field that was used to add this comment. - varchar(32)|0s - '' - 1 - 3 - ascii_general_ci - - - The "comment".cid of the last comment. - int(11)|0s - 0 - 1 - 4 - - - The Unix timestamp of the last comment that was posted within this node, from "comment".changed. - bigint(20)|0s - 0 - 1 - 5 - - - The name of the latest author to post a comment on this node, from "comment".name. - varchar(60)|0s - 6 - - - The user ID of the latest author to post a comment on this node, from "comment".uid. - int(10) unsigned|0s - 0 - 1 - 7 - - - The total number of comments on this entity. - int(10) unsigned|0s - 0 - 1 - 8 - - - entity_id -entity_type -field_name - btree - 1 - - - last_comment_timestamp - btree - - - last_comment_uid - btree - - - comment_count - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - The ID of the target entity. - varchar(32)|0s - 1 - 2 - ascii_general_ci - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 5 - - - The ID of the target entity. - int(10) unsigned|0s - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 7 - - - varchar(64)|0s - 8 - - - varchar(60)|0s - 9 - - - varchar(254)|0s - 10 - - - varchar(255)|0s - 11 - - - varchar(128)|0s - 12 - - - int(11)|0s - 1 - 13 - - - int(11)|0s - 14 - - - varchar(255)|0s - 1 - 15 - - - varchar(32)|0s - 1 - 16 - ascii_general_ci - - - varchar(32)|0s - 1 - 17 - ascii_general_ci - - - tinyint(4)|0s - 1 - 18 - - - cid -langcode - btree - 1 - - - cid -default_langcode -langcode - btree - - - comment_type - btree - - - status -comment_type -cid - btree - - - uid - btree - - - pid -status - btree - - - entity_id -entity_type -comment_type -status -created -cid -thread - -1,-1,-1,-1,-1,-1,191 - btree - - - entity_id -entity_type -comment_type -default_langcode - btree - - - created - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Config object collection. - varchar(255)|0s - '' - 1 - 1 - ascii_general_ci - - - Primary Key: Config object name. - varchar(255)|0s - '' - 1 - 2 - ascii_general_ci - - - A serialized configuration object data. - longblob|0s - 3 - - - collection -name - btree - 1 - - - 1 - 1 - PRIMARY - - - 3 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - id - btree - 1 - - - revision_id - btree - 1 - - - uuid - btree - 1 - - - 1 - 1 - PRIMARY - - - content_moderation_state__revision_id - - - content_moderation_state_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 4 - - - The ID of the target entity. - varchar(255)|0s - 5 - ascii_general_ci - - - varchar(255)|0s - 6 - - - varchar(32)|0s - 7 - - - int(11)|0s - 8 - - - int(11)|0s - 9 - - - tinyint(4)|0s - 1 - 10 - - - tinyint(4)|0s - 11 - - - id -langcode - btree - 1 - - - content_entity_type_id -content_entity_id -content_entity_revision_id -workflow -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - revision_id - btree - - - uid - btree - - - workflow - btree - - - 1 - 1 - PRIMARY - - - content_moderation_state__lookup - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 4 - - - The ID of the target entity. - varchar(255)|0s - 5 - ascii_general_ci - - - varchar(255)|0s - 6 - - - varchar(32)|0s - 7 - - - int(11)|0s - 8 - - - int(11)|0s - 9 - - - tinyint(4)|0s - 1 - 10 - - - tinyint(4)|0s - 11 - - - revision_id -langcode - btree - 1 - - - content_entity_type_id -content_entity_id -content_entity_revision_id -workflow -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - uid - btree - - - workflow - btree - - - 1 - 1 - PRIMARY - - - content_moderation_state__lookup - - - int(10) unsigned|0s - 1 - 1 - - - 3 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 4 - - - revision_id - btree - 1 - - - id - btree - - - 1 - 1 - PRIMARY - - - 5 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - cid - btree - 1 - - - vid - btree - 1 - - - uuid - btree - 1 - - - type - btree - - - 1 - 1 - PRIMARY - - - crop__vid - - - crop_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - int(10) unsigned|0s - 5 - - - varchar(255)|0s - 6 - - - varchar(255)|0s - 7 - - - int(10) unsigned|0s - 8 - - - int(10) unsigned|0s - 9 - - - int(10) unsigned|0s - 10 - - - int(10) unsigned|0s - 11 - - - tinyint(4)|0s - 1 - 12 - - - tinyint(4)|0s - 13 - - - cid -langcode - btree - 1 - - - cid -default_langcode -langcode - btree - - - vid - btree - - - type - btree - - - uri -type - 191,-1 - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - int(10) unsigned|0s - 4 - - - varchar(255)|0s - 5 - - - varchar(255)|0s - 6 - - - int(10) unsigned|0s - 7 - - - int(10) unsigned|0s - 8 - - - int(10) unsigned|0s - 9 - - - int(10) unsigned|0s - 10 - - - tinyint(4)|0s - 1 - 11 - - - tinyint(4)|0s - 12 - - - vid -langcode - btree - 1 - - - cid -default_langcode -langcode - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 5 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - int(11)|0s - 4 - - - The ID of the target entity. - int(10) unsigned|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - vid - btree - 1 - - - cid - btree - - - revision_uid - btree - - - 1 - 1 - PRIMARY - - - 8 - int(10) unsigned|0s - 1 - 1 - - - varchar(128)|0s - 1 - 2 - ascii_general_ci - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - varchar(255)|0s - 5 - - - varchar(255)|0s - 1 - 6 - utf8mb4_bin - - - varchar(255)|0s - 7 - ascii_general_ci - - - bigint(20) unsigned|0s - 8 - - - tinyint(4)|0s - 1 - 9 - - - int(11)|0s - 10 - - - int(11)|0s - 1 - 11 - - - fid - btree - 1 - - - uuid - btree - 1 - - - uid - btree - - - uri - 191 - btree - - - status - btree - - - changed - btree - - - 1 - 1 - PRIMARY - - - file_field__uuid__value - - - File ID. - int(10) unsigned|0s - 1 - 1 - - - The name of the module that is using the file. - varchar(50)|0s - '' - 1 - 2 - ascii_general_ci - - - The name of the object type in which the file is used. - varchar(64)|0s - '' - 1 - 3 - ascii_general_ci - - - The primary key of the object using the file. - varchar(64)|0s - '0' - 1 - 4 - ascii_general_ci - - - The number of times this file is used by this object. - int(10) unsigned|0s - 0 - 1 - 5 - - - fid -type -id -module - btree - 1 - - - fid -module - btree - - - fid -count - btree - - - type -id - btree - - - 1 - 1 - PRIMARY - - - 86 - Numeric index of this item in the search index - int(10) unsigned|0s - 1 - 1 - - - The help section the item comes from - varchar(255)|0s - '' - 1 - 2 - ascii_general_ci - - - The permission needed to view this item - varchar(255)|0s - '' - 1 - 3 - ascii_general_ci - - - The topic ID of the item - varchar(255)|0s - '' - 1 - 4 - ascii_general_ci - - - sid - btree - 1 - - - section_plugin_id - btree - - - topic_id - btree - - - 1 - 1 - PRIMARY - - - The "users".uid that read the "node" nid. - int(11)|0s - 0 - 1 - 1 - - - The "node".nid that was read. - int(10) unsigned|0s - 0 - 1 - 2 - - - The Unix timestamp at which the read occurred. - bigint(20)|0s - 0 - 1 - 3 - - - uid -nid - btree - 1 - - - nid - btree - - - 1 - 1 - PRIMARY - - - 1 - Unique record ID. - int(11)|0s - 1 - 1 - - - Foreign key to "users".uid. uniquely identifies a Drupal user to whom this ACL data applies. - int(10) unsigned|0s - 1 - 2 - - - Hostname of user that that triggered honeypot. - varchar(128)|0s - 1 - 3 - - - Date/time when the form submission failed, as Unix timestamp. - int(10) unsigned|0s - 1 - 4 - - - id - btree - 1 - - - uid - btree - - - timestamp - btree - - - 1 - 1 - PRIMARY - - - The block_content entity ID. - int(10) unsigned|0s - 1 - 1 - - - The entity type of the parent entity. - varchar(32)|0s - '' - 2 - ascii_general_ci - - - The ID of the parent entity. - varchar(128)|0s - '0' - 3 - ascii_general_ci - - - block_content_id - btree - 1 - - - layout_entity_type -layout_entity_id - btree - - - 1 - 1 - PRIMARY - - - A named collection of key and value pairs. - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - The key of the key-value pair. As KEY is a SQL reserved keyword, name was chosen instead. - varchar(128)|0s - '' - 1 - 2 - ascii_general_ci - - - The value. - longblob|0s - 1 - 3 - - - collection -name - btree - 1 - - - 1 - 1 - PRIMARY - - - A named collection of key and value pairs. - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - The key of the key/value pair. - varchar(128)|0s - '' - 1 - 2 - ascii_general_ci - - - The value of the key/value pair. - longblob|0s - 1 - 3 - - - The time since Unix epoch in seconds when this item expires. Defaults to the maximum possible time. - int(11)|0s - 2147483647 - 1 - 4 - - - collection -name - btree - 1 - - - expire - btree - - - 1 - 1 - PRIMARY - - - 5 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - mid - btree - 1 - - - vid - btree - 1 - - - uuid - btree - 1 - - - bundle - btree - - - 1 - 1 - PRIMARY - - - media__vid - - - media_field__uuid__value - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_audio_file_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_document_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Alternative image text, for the image's 'alt' attribute. - varchar(512)|0s - 8 - - - Image title text, for the image's 'title' attribute. - varchar(1024)|0s - 9 - - - The width of the image in pixels. - int(10) unsigned|0s - 10 - - - The height of the image in pixels. - int(10) unsigned|0s - 11 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_image_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - varchar(255)|0s - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_video_file_target_id - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - tinyint(4)|0s - 1 - 5 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 6 - - - varchar(255)|0s - 7 - - - The ID of the file entity. - int(10) unsigned|0s - 8 - - - Alternative image text, for the image's 'alt' attribute. - varchar(512)|0s - 9 - - - Image title text, for the image's 'title' attribute. - varchar(1024)|0s - 10 - - - The width of the image in pixels. - int(10) unsigned|0s - 11 - - - The height of the image in pixels. - int(10) unsigned|0s - 12 - - - int(11)|0s - 13 - - - int(11)|0s - 14 - - - tinyint(4)|0s - 1 - 15 - - - tinyint(4)|0s - 16 - - - int(11)|0s - 17 - - - int(11)|0s - 18 - - - mid -langcode - btree - 1 - - - mid -default_langcode -langcode - btree - - - vid - btree - - - bundle - btree - - - status -bundle -mid - btree - - - uid - btree - - - thumbnail__target_id - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 5 - - - varchar(255)|0s - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 7 - - - Alternative image text, for the image's 'alt' attribute. - varchar(512)|0s - 8 - - - Image title text, for the image's 'title' attribute. - varchar(1024)|0s - 9 - - - The width of the image in pixels. - int(10) unsigned|0s - 10 - - - The height of the image in pixels. - int(10) unsigned|0s - 11 - - - int(11)|0s - 12 - - - int(11)|0s - 13 - - - tinyint(4)|0s - 1 - 14 - - - tinyint(4)|0s - 15 - - - int(11)|0s - 16 - - - int(11)|0s - 17 - - - vid -langcode - btree - 1 - - - mid -default_langcode -langcode - btree - - - uid - btree - - - thumbnail__target_id - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 5 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - int(11)|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - vid - btree - 1 - - - mid - btree - - - revision_user - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_audio_file_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_document_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Alternative image text, for the image's 'alt' attribute. - varchar(512)|0s - 8 - - - Image title text, for the image's 'title' attribute. - varchar(1024)|0s - 9 - - - The width of the image in pixels. - int(10) unsigned|0s - 10 - - - The height of the image in pixels. - int(10) unsigned|0s - 11 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_image_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - varchar(255)|0s - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Flag to control whether this file should be displayed when viewing content. - tinyint(3) unsigned|0s - 1 - 8 - - - A description of the file. - text|0s - 9 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_media_video_file_target_id - btree - - - 1 - 1 - PRIMARY - - - 7 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - id - btree - 1 - - - revision_id - btree - 1 - - - uuid - btree - 1 - - - 1 - 1 - PRIMARY - - - menu_link_content__revision_id - - - menu_link_content_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - tinyint(4)|0s - 1 - 5 - - - varchar(255)|0s - 6 - - - varchar(255)|0s - 7 - - - varchar(255)|0s - 8 - ascii_general_ci - - - The URI of the link. - varchar(2048)|0s - 9 - - - The link text. - varchar(255)|0s - 10 - - - Serialized array of options for the link. - longblob|0s - 11 - - - tinyint(4)|0s - 12 - - - tinyint(4)|0s - 13 - - - int(11)|0s - 14 - - - tinyint(4)|0s - 15 - - - varchar(255)|0s - 16 - - - int(11)|0s - 17 - - - tinyint(4)|0s - 1 - 18 - - - tinyint(4)|0s - 19 - - - id -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - revision_id - btree - - - enabled -bundle -id - btree - - - link__uri - 30 - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - varchar(255)|0s - 5 - - - varchar(255)|0s - 6 - - - The URI of the link. - varchar(2048)|0s - 7 - - - The link text. - varchar(255)|0s - 8 - - - Serialized array of options for the link. - longblob|0s - 9 - - - tinyint(4)|0s - 10 - - - int(11)|0s - 11 - - - tinyint(4)|0s - 1 - 12 - - - tinyint(4)|0s - 13 - - - revision_id -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - link__uri - 30 - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 7 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - int(11)|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - revision_id - btree - 1 - - - id - btree - - - revision_user - btree - - - 1 - 1 - PRIMARY - - - The menu name. All links with the same menu name (such as 'tools') are part of the same menu. - varchar(32)|0s - '' - 1 - 1 - ascii_general_ci - - - 118 - The menu link ID (mlid) is the integer primary key. - int(10) unsigned|0s - 1 - 2 - - - Unique machine name: the plugin ID. - varchar(255)|0s - 1 - 3 - ascii_general_ci - - - The plugin ID for the parent of this link. - varchar(255)|0s - '' - 1 - 4 - ascii_general_ci - - - The machine name of a defined Symfony Route this menu link represents. - varchar(255)|0s - 5 - ascii_general_ci - - - An encoded string of route parameters for loading by route. - varchar(255)|0s - 6 - - - Serialized array of route parameters of this menu link. - longblob|0s - 7 - - - The external path this link points to (when not using a route). - varchar(255)|0s - '' - 1 - 8 - - - The serialized title for the link. May be a TranslatableMarkup. - longblob|0s - 9 - - - The serialized description of this link - used for admin pages and title attribute. May be a TranslatableMarkup. - longblob|0s - 10 - - - The class for this link plugin. - text|0s - 11 - - - A serialized array of URL options, such as a query string or HTML attributes. - longblob|0s - 12 - - - The name of the module that generated this link. - varchar(50)|0s - 'system' - 1 - 13 - ascii_general_ci - - - A flag for whether the link should be rendered in menus. (0 = a disabled menu link that may be shown on admin screens, 1 = a normal, visible link) - smallint(6)|0s - 1 - 1 - 14 - - - A flag for whether the link was discovered, so can be purged on rebuild - smallint(6)|0s - 0 - 1 - 15 - - - Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded) - smallint(6)|0s - 0 - 1 - 16 - - - Link weight among links in the same menu at the same depth. - int(11)|0s - 0 - 1 - 17 - - - A serialized array of data that may be used by the plugin instance. - longblob|0s - 18 - - - Flag indicating whether any enabled links have this link as a parent (1 = enabled children exist, 0 = no enabled children). - smallint(6)|0s - 0 - 1 - 19 - - - The depth relative to the top level. A link with empty parent will have depth == 1. - smallint(6)|0s - 0 - 1 - 20 - - - The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents. - int(10) unsigned|0s - 0 - 1 - 21 - - - The second mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 22 - - - The third mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 23 - - - The fourth mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 24 - - - The fifth mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 25 - - - The sixth mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 26 - - - The seventh mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 27 - - - The eighth mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 28 - - - The ninth mlid in the materialized path. See p1. - int(10) unsigned|0s - 0 - 1 - 29 - - - meh - varchar(255)|0s - 30 - - - mlid - btree - 1 - - - id - btree - 1 - - - menu_name -expanded -has_children -parent - -1,-1,-1,16 - btree - - - menu_name -p1 -p2 -p3 -p4 -p5 -p6 -p7 -p8 -p9 - btree - - - route_name -route_param_key - 32,16 - btree - - - 1 - 1 - PRIMARY - - - id - - - 3 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - nid - btree - 1 - - - vid - btree - 1 - - - uuid - btree - 1 - - - type - btree - - - 1 - 1 - PRIMARY - - - node__vid - - - node_field__uuid__value - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - longtext|0s - 8 - - - varchar(255)|0s - 9 - ascii_general_ci - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - body_format - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write). - int(11)|0s - 0 - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The start time value. - bigint(20)|0s - 1 - 7 - - - The end time value. - bigint(20)|0s - 1 - 8 - - - The difference between start and end times, in minutes. - int(11)|0s - 9 - - - The ID an associated recurrence rule. - int(11)|0s - 10 - - - The Index of an associated recurrence rule instance. - int(11)|0s - 11 - - - The preferred timezone. - varchar(32)|0s - 12 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_date_time_value - btree - - - field_date_time_end_value - btree - - - field_date_time_rrule - btree - - - field_date_time_rrule_index - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_image_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - varchar(32)|0s - 7 - - - varchar(2)|0s - 8 - - - varchar(255)|0s - 9 - - - varchar(255)|0s - 10 - - - varchar(255)|0s - 11 - - - varchar(255)|0s - 12 - - - varchar(255)|0s - 13 - - - varchar(255)|0s - 14 - - - varchar(255)|0s - 15 - - - varchar(255)|0s - 16 - - - varchar(255)|0s - 17 - - - varchar(255)|0s - 18 - - - varchar(255)|0s - 19 - - - varchar(255)|0s - 20 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longblob|0s - 7 - - - varchar(64)|0s - '' - 8 - - - decimal(18,12 digit)|0s - 9 - - - decimal(18,12 digit)|0s - 10 - - - decimal(18,12 digit)|0s - 11 - - - decimal(18,12 digit)|0s - 12 - - - decimal(18,12 digit)|0s - 13 - - - decimal(18,12 digit)|0s - 14 - - - varchar(16)|0s - 15 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_map_location_lat -field_map_location_lon - btree - - - field_map_location_lat - btree - - - field_map_location_lon - btree - - - field_map_location_left - btree - - - field_map_location_top -field_map_location_bottom -field_map_location_left -field_map_location_right - btree - - - field_map_location_top - btree - - - field_map_location_right - btree - - - field_map_location_bottom - btree - - - field_map_location_geohash - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_tags_target_id - btree - - - 1 - 1 - PRIMARY - - - The "node".nid this record affects. - int(10) unsigned|0s - 0 - 1 - 1 - - - The "language".langcode of this node. - varchar(12)|0s - '' - 1 - 2 - ascii_general_ci - - - Boolean indicating whether this record should be used as a fallback if a language condition is not provided. - tinyint(3) unsigned|0s - 1 - 1 - 3 - - - The grant ID a user must possess in the specified realm to gain this row's privileges on the node. - int(10) unsigned|0s - 0 - 1 - 4 - - - The realm in which the user must possess the grant ID. Modules can define one or more realms by implementing hook_node_grants(). - varchar(255)|0s - '' - 1 - 5 - ascii_general_ci - - - Boolean indicating whether a user with the realm/grant pair can view this node. - tinyint(3) unsigned|0s - 0 - 1 - 6 - - - Boolean indicating whether a user with the realm/grant pair can edit this node. - tinyint(3) unsigned|0s - 0 - 1 - 7 - - - Boolean indicating whether a user with the realm/grant pair can delete this node. - tinyint(3) unsigned|0s - 0 - 1 - 8 - - - nid -gid -realm -langcode - btree - 1 - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - tinyint(4)|0s - 1 - 5 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 6 - - - varchar(255)|0s - 1 - 7 - - - int(11)|0s - 1 - 8 - - - int(11)|0s - 1 - 9 - - - tinyint(4)|0s - 1 - 10 - - - tinyint(4)|0s - 1 - 11 - - - tinyint(4)|0s - 1 - 12 - - - tinyint(4)|0s - 13 - - - int(11)|0s - 14 - - - int(11)|0s - 15 - - - nid -langcode - btree - 1 - - - nid -default_langcode -langcode - btree - - - vid - btree - - - type - btree - - - status -type -nid - btree - - - uid - btree - - - title -type - 191,4 - btree - - - created - btree - - - changed - btree - - - promote -status -sticky -created - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 5 - - - varchar(255)|0s - 6 - - - int(11)|0s - 7 - - - int(11)|0s - 8 - - - tinyint(4)|0s - 9 - - - tinyint(4)|0s - 10 - - - tinyint(4)|0s - 1 - 11 - - - tinyint(4)|0s - 12 - - - int(11)|0s - 13 - - - int(11)|0s - 14 - - - vid -langcode - btree - 1 - - - nid -default_langcode -langcode - btree - - - uid - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 3 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - int(11)|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - vid - btree - 1 - - - nid - btree - - - langcode - btree - - - revision_uid - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - longtext|0s - 8 - - - varchar(255)|0s - 9 - ascii_general_ci - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - body_format - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write). - int(11)|0s - 0 - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The start time value. - bigint(20)|0s - 1 - 7 - - - The end time value. - bigint(20)|0s - 1 - 8 - - - The difference between start and end times, in minutes. - int(11)|0s - 9 - - - The ID an associated recurrence rule. - int(11)|0s - 10 - - - The Index of an associated recurrence rule instance. - int(11)|0s - 11 - - - The preferred timezone. - varchar(32)|0s - 12 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_date_time_value - btree - - - field_date_time_end_value - btree - - - field_date_time_rrule - btree - - - field_date_time_rrule_index - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_image_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - varchar(32)|0s - 7 - - - varchar(2)|0s - 8 - - - varchar(255)|0s - 9 - - - varchar(255)|0s - 10 - - - varchar(255)|0s - 11 - - - varchar(255)|0s - 12 - - - varchar(255)|0s - 13 - - - varchar(255)|0s - 14 - - - varchar(255)|0s - 15 - - - varchar(255)|0s - 16 - - - varchar(255)|0s - 17 - - - varchar(255)|0s - 18 - - - varchar(255)|0s - 19 - - - varchar(255)|0s - 20 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longblob|0s - 7 - - - varchar(64)|0s - '' - 8 - - - decimal(18,12 digit)|0s - 9 - - - decimal(18,12 digit)|0s - 10 - - - decimal(18,12 digit)|0s - 11 - - - decimal(18,12 digit)|0s - 12 - - - decimal(18,12 digit)|0s - 13 - - - decimal(18,12 digit)|0s - 14 - - - varchar(16)|0s - 15 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_map_location_lat -field_map_location_lon - btree - - - field_map_location_lat - btree - - - field_map_location_lon - btree - - - field_map_location_left - btree - - - field_map_location_top -field_map_location_bottom -field_map_location_left -field_map_location_right - btree - - - field_map_location_top - btree - - - field_map_location_right - btree - - - field_map_location_bottom - btree - - - field_map_location_geohash - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - field_tags_target_id - btree - - - 1 - 1 - PRIMARY - - - 19 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - varchar(255)|0s - 5 - - - varchar(255)|0s - 6 - - - tinyint(4)|0s - 1 - 7 - - - id - btree - 1 - - - revision_id - btree - 1 - - - uuid - btree - 1 - - - path -langcode -id -status - 191,-1,-1,-1 - btree - - - alias -langcode -id -status - 191,-1,-1,-1 - btree - - - 1 - 1 - PRIMARY - - - path_alias__revision_id - - - path_alias_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - 19 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - varchar(255)|0s - 4 - - - varchar(255)|0s - 5 - - - tinyint(4)|0s - 1 - 6 - - - tinyint(4)|0s - 7 - - - revision_id - btree - 1 - - - id - btree - - - 1 - 1 - PRIMARY - - - Category TID from Drupal.org. - int(10) unsigned|0s - 1 - 1 - - - Project nid - int(10) unsigned|0s - 1 - 2 - - - tid -pid - btree - 1 - - - 1 - 1 - PRIMARY - - - Primary Key: Project ID from Drupal.org. - int(10) unsigned|0s - 1 - 1 - - - Title - varchar(255)|0s - '' - 1 - 2 - - - Author name - varchar(255)|0s - '' - 1 - 3 - - - Created timestamp - int(11)|0s - 1 - 4 - - - Changed timestamp - int(11)|0s - 1 - 5 - - - Project usage total - int(10) unsigned|0s - 1 - 6 - - - The value of taxonomy_vocabulary_44 - int(10) unsigned|0s - 1 - 7 - - - The value of taxonomy_vocabulary_46 - int(10) unsigned|0s - 1 - 8 - - - Project status - int(10) unsigned|0s - 1 - 9 - - - Security advisory coverage - varchar(255)|0s - 1 - 10 - - - Project type - varchar(255)|0s - '' - 1 - 11 - - - Number starred - int(10) unsigned|0s - 1 - 12 - - - The entire project array, serialized - longblob|0s - 13 - - - Project machine name - varchar(255)|0s - '' - 1 - 14 - - - nid - btree - 1 - - - 1 - 1 - PRIMARY - - - 34 - Primary Key: Unique item ID. - int(10) unsigned|0s - 1 - 1 - - - The queue name. - varchar(255)|0s - '' - 1 - 2 - ascii_general_ci - - - The arbitrary data for the item. - longblob|0s - 3 - - - Timestamp when the claim lease expires on the item. - bigint(20)|0s - 0 - 1 - 4 - - - Timestamp when the item was created. - bigint(20)|0s - 0 - 1 - 5 - - - item_id - btree - 1 - - - name -created - btree - - - expire - btree - - - 1 - 1 - PRIMARY - - - 1 - int(11)|0s - 1 - 1 - - - varchar(255)|0s - 1 - 2 - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - varchar(64)|0s - 5 - - - The ID of the target entity. - int(10) unsigned|0s - 6 - - - The source path - varchar(2048)|0s - 7 - - - Serialized array of path queries - longblob|0s - 8 - - - The URI of the link. - varchar(2048)|0s - 9 - - - The link text. - varchar(255)|0s - 10 - - - Serialized array of options for the link. - longblob|0s - 11 - - - int(11)|0s - 12 - - - int(11)|0s - 13 - - - rid - btree - 1 - - - uuid - btree - 1 - - - hash - btree - 1 - - - uid - btree - - - redirect_source__path -language - 191,-1 - btree - - - redirect_source__path - 50 - btree - - - redirect_redirect__uri - 30 - btree - - - 1 - 1 - PRIMARY - - - redirect_field__uuid__value - - - hash - - - Primary Key: Machine name of this route - varchar(255)|0s - '' - 1 - 1 - ascii_general_ci - - - The path for this URI - varchar(255)|0s - '' - 1 - 2 - - - The pattern - varchar(255)|0s - '' - 1 - 3 - - - A numeric representation of how specific the path is. - int(11)|0s - 0 - 1 - 4 - - - A serialized Route object - longblob|0s - 5 - - - Number of parts in this router path. - smallint(6)|0s - 0 - 1 - 6 - - - name - btree - 1 - - - pattern_outline -number_parts - 191,-1 - btree - - - 1 - 1 - PRIMARY - - - Search item ID, e.g. node ID for nodes. - int(10) unsigned|0s - 0 - 1 - 1 - - - The "languages".langcode of the item variant. - varchar(12)|0s - '' - 1 - 2 - ascii_general_ci - - - Type of item, e.g. node. - varchar(64)|0s - 1 - 3 - ascii_general_ci - - - List of space-separated words from the item. - longtext|0s - 1 - 4 - - - Set to force node reindexing. - int(10) unsigned|0s - 0 - 1 - 5 - - - sid -langcode -type - btree - 1 - - - 1 - 1 - PRIMARY - - - The "search_total".word that is associated with the search item. - varchar(50)|0s - '' - 1 - 1 - - - The "search_dataset".sid of the searchable item to which the word belongs. - int(10) unsigned|0s - 0 - 1 - 2 - - - The "languages".langcode of the item variant. - varchar(12)|0s - '' - 1 - 3 - ascii_general_ci - - - The "search_dataset".type of the searchable item to which the word belongs. - varchar(64)|0s - 1 - 4 - ascii_general_ci - - - The numeric score of the word, higher being more important. - float|0s - 5 - - - word -sid -langcode -type - btree - 1 - - - sid -langcode -type - btree - - - 1 - 1 - PRIMARY - - - Primary Key: Unique word in the search index. - varchar(50)|0s - '' - 1 - 1 - - - The count of the word in the index using Zipf's law to equalize the probability distribution. - float|0s - 2 - - - word - btree - 1 - - - 1 - 1 - PRIMARY - - - Primary Key: Unique name. - varchar(255)|0s - '' - 1 - 1 - ascii_general_ci - - - A value for the semaphore. - varchar(255)|0s - '' - 1 - 2 - ascii_general_ci - - - A Unix timestamp with microseconds indicating when the semaphore should expire. - double|0s - 1 - 3 - - - name - btree - 1 - - - value - btree - - - expire - btree - - - 1 - 1 - PRIMARY - - - 1 - The value of the sequence. - int(10) unsigned|0s - 1 - 1 - - - value - btree - 1 - - - 1 - 1 - PRIMARY - - - 12 - int(10) unsigned|0s - 1 - 1 - - - The ID of the target entity. - varchar(32)|0s - 1 - 2 - ascii_general_ci - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - id - btree - 1 - - - uuid - btree - 1 - - - shortcut_set - btree - - - 1 - 1 - PRIMARY - - - shortcut_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - The ID of the target entity. - varchar(32)|0s - 1 - 2 - ascii_general_ci - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - varchar(255)|0s - 4 - - - int(11)|0s - 5 - - - The URI of the link. - varchar(2048)|0s - 6 - - - The link text. - varchar(255)|0s - 7 - - - Serialized array of options for the link. - longblob|0s - 8 - - - tinyint(4)|0s - 1 - 9 - - - id -langcode - btree - 1 - - - id -default_langcode -langcode - btree - - - shortcut_set - btree - - - link__uri - 30 - btree - - - 1 - 1 - PRIMARY - - - The "users".uid for this set. - int(10) unsigned|0s - 0 - 1 - 1 - - - The "shortcut_set".set_name that will be displayed for this user. - varchar(32)|0s - '' - 1 - 2 - ascii_general_ci - - - uid - btree - 1 - - - set_name - btree - - - 1 - 1 - PRIMARY - - - 1 - Sitemap chunk unique identifier. - int(10) unsigned|0s - 1 - 1 - - - Type of sitemap this chunk belongs to. - varchar(32)|0s - '' - 1 - 2 - - - Delta of the chunk within the type scope. - int(10) unsigned|0s - 1 - 3 - - - XML sitemap chunk string. - longtext|0s - 1 - 4 - - - Timestamp of sitemap chunk generation. - int(10) unsigned|0s - 0 - 1 - 5 - - - Flag indicating the publishing status of the chunk. - tinyint(3) unsigned|0s - 0 - 1 - 6 - - - The number of links in the sitemap. - int(10) unsigned|0s - 0 - 1 - 7 - - - id - btree - 1 - - - type -status -delta - btree - - - 1 - 1 - PRIMARY - - - 1 - Override unique identifier. - int(10) unsigned|0s - 1 - 1 - - - Type of sitemap this override belongs to. - varchar(50)|0s - 1 - 2 - - - Entity type of the overriding entity. - varchar(32)|0s - 1 - 3 - - - ID of the overriding entity. - varchar(32)|0s - 1 - 4 - - - Setting for the overriding entity. - blob|0s - 5 - - - id - btree - 1 - - - type -entity_type -entity_id - btree - - - 1 - 1 - PRIMARY - - - The "node".nid this record tracks. - int(10) unsigned|0s - 0 - 1 - 1 - - - The term ID. - int(10) unsigned|0s - 0 - 1 - 2 - - - Boolean indicating whether the node is published (visible to non-administrators). - int(11)|0s - 1 - 1 - 3 - - - Boolean indicating whether the node is sticky. - tinyint(4)|0s - 0 - 4 - - - The Unix timestamp when the node was created. - int(11)|0s - 0 - 1 - 5 - - - nid -tid - btree - 1 - - - tid -status -sticky -created - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle -delta -parent_target_id - btree - - - revision_id - btree - - - parent_target_id - btree - - - 1 - 1 - PRIMARY - - - 1 - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(128)|0s - 1 - 4 - ascii_general_ci - - - varchar(12)|0s - 1 - 5 - ascii_general_ci - - - tid - btree - 1 - - - revision_id - btree - 1 - - - uuid - btree - 1 - - - vid - btree - - - 1 - 1 - PRIMARY - - - taxonomy_term__revision_id - - - taxonomy_term_field__uuid__value - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - The ID of the target entity. - varchar(32)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - tinyint(4)|0s - 1 - 5 - - - varchar(255)|0s - 1 - 6 - - - longtext|0s - 7 - - - varchar(255)|0s - 8 - ascii_general_ci - - - int(11)|0s - 1 - 9 - - - int(11)|0s - 10 - - - tinyint(4)|0s - 1 - 11 - - - tinyint(4)|0s - 12 - - - int(11)|0s - 13 - - - int(11)|0s - 14 - - - tid -langcode - btree - 1 - - - tid -default_langcode -langcode - btree - - - revision_id - btree - - - vid -name - -1,191 - btree - - - vid -weight -name - -1,-1,191 - btree - - - status -vid -tid - btree - - - name - 191 - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - tinyint(4)|0s - 1 - 4 - - - varchar(255)|0s - 5 - - - longtext|0s - 6 - - - varchar(255)|0s - 7 - ascii_general_ci - - - int(11)|0s - 8 - - - tinyint(4)|0s - 1 - 9 - - - tinyint(4)|0s - 10 - - - int(11)|0s - 11 - - - int(11)|0s - 12 - - - revision_id -langcode - btree - 1 - - - tid -default_langcode -langcode - btree - - - description__format - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - 1 - int(10) unsigned|0s - 1 - 2 - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - The ID of the target entity. - int(10) unsigned|0s - 4 - - - int(11)|0s - 5 - - - longtext|0s - 6 - - - tinyint(4)|0s - 7 - - - revision_id - btree - 1 - - - tid - btree - - - revision_user - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - int(10) unsigned|0s - 1 - 7 - - - entity_id -revision_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - parent_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the target entity. - varchar(255)|0s - 1 - 7 - ascii_general_ci - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - roles_target_id - btree - - - 1 - 1 - PRIMARY - - - The field instance bundle to which this row belongs, used when deleting a field instance - varchar(128)|0s - '' - 1 - 1 - ascii_general_ci - - - A boolean indicating whether this data item has been deleted - tinyint(4)|0s - 0 - 1 - 2 - - - The entity id this data is attached to - int(10) unsigned|0s - 1 - 3 - - - The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id - int(10) unsigned|0s - 1 - 4 - - - The language code for this data item. - varchar(32)|0s - '' - 1 - 5 - ascii_general_ci - - - The sequence number for this data item, used for multi-value fields - int(10) unsigned|0s - 1 - 6 - - - The ID of the file entity. - int(10) unsigned|0s - 1 - 7 - - - Alternative image text, for the image's 'alt' attribute. - varchar(512)|0s - 8 - - - Image title text, for the image's 'title' attribute. - varchar(1024)|0s - 9 - - - The width of the image in pixels. - int(10) unsigned|0s - 10 - - - The height of the image in pixels. - int(10) unsigned|0s - 11 - - - entity_id -deleted -delta -langcode - btree - 1 - - - bundle - btree - - - revision_id - btree - - - user_picture_target_id - btree - - - 1 - 1 - PRIMARY - - - 3 - int(10) unsigned|0s - 1 - 1 - - - varchar(128)|0s - 1 - 2 - ascii_general_ci - - - varchar(12)|0s - 1 - 3 - ascii_general_ci - - - uid - btree - 1 - - - uuid - btree - 1 - - - 1 - 1 - PRIMARY - - - user_field__uuid__value - - - The "users".uid this record affects. - int(10) unsigned|0s - 0 - 1 - 1 - - - The name of the module declaring the variable. - varchar(50)|0s - '' - 1 - 2 - ascii_general_ci - - - The identifier of the data. - varchar(128)|0s - '' - 1 - 3 - ascii_general_ci - - - The value. - longblob|0s - 4 - - - Whether value is serialized. - tinyint(3) unsigned|0s - 0 - 5 - - - uid -module -name - btree - 1 - - - module - btree - - - name - btree - - - 1 - 1 - PRIMARY - - - int(10) unsigned|0s - 1 - 1 - - - varchar(12)|0s - 1 - 2 - ascii_general_ci - - - varchar(12)|0s - 3 - ascii_general_ci - - - varchar(12)|0s - 4 - ascii_general_ci - - - varchar(60)|0s - 1 - 5 - - - varchar(255)|0s - 6 - - - varchar(254)|0s - 7 - - - varchar(32)|0s - 8 - - - tinyint(4)|0s - 9 - - - int(11)|0s - 1 - 10 - - - int(11)|0s - 11 - - - int(11)|0s - 1 - 12 - - - int(11)|0s - 13 - - - varchar(254)|0s - 14 - - - tinyint(4)|0s - 1 - 15 - - - uid -langcode - btree - 1 - - - name -langcode - btree - 1 - - - uid -default_langcode -langcode - btree - - - mail - 191 - btree - - - created - btree - - - access - btree - - - 1 - 1 - PRIMARY - - - user__name - - - 35 - Primary Key: Unique watchdog event ID. - bigint(20)|0s - 1 - 1 - - - The "users".uid of the user who triggered the event. - int(10) unsigned|0s - 0 - 1 - 2 - - - Type of log message, for example "user" or "page not found." - varchar(64)|0s - '' - 1 - 3 - ascii_general_ci - - - Text of log message to be passed into the t() function. - longtext|0s - 1 - 4 - - - Serialized array of variables that match the message string and that is passed into the t() function. - longblob|0s - 1 - 5 - - - The severity level of the event. ranges from 0 (Emergency) to 7 (Debug) - tinyint(3) unsigned|0s - 0 - 1 - 6 - - - Link to view the result of the event. - text|0s - 7 - - - URL of the origin of the event. - text|0s - 1 - 8 - - - URL of referring page. - text|0s - 9 - - - Hostname of the user who triggered the event. - varchar(128)|0s - '' - 1 - 10 - ascii_general_ci - - - Unix timestamp of when event occurred. - bigint(20)|0s - 0 - 1 - 11 - - - wid - btree - 1 - - - uid - btree - - - type - btree - - - severity - btree - - - 1 - 1 - PRIMARY - - - The webform id. - varchar(32)|0s - 1 - 1 - - - The serial number to give to the next submission to this webform. - int(10) unsigned|0s - 1 - 1 - 2 - - - webform_id -next_serial - btree - 1 - - - 1 - 1 - PRIMARY - - - 1 - int(11)|0s - 1 - 1 - - - The ID of the target entity. - varchar(32)|0s - 1 - 2 - ascii_general_ci - - - varchar(128)|0s - 1 - 3 - ascii_general_ci - - - varchar(12)|0s - 1 - 4 - ascii_general_ci - - - int(11)|0s - 5 - - - varchar(255)|0s - 6 - - - varchar(2000)|0s - 7 - - - int(11)|0s - 8 - - - int(11)|0s - 9 - - - int(11)|0s - 10 - - - tinyint(4)|0s - 11 - - - varchar(128)|0s - 12 - - - varchar(128)|0s - 13 - - - The ID of the target entity. - int(10) unsigned|0s - 14 - - - varchar(32)|0s - 15 - ascii_general_ci - - - varchar(255)|0s - 16 - - - tinyint(4)|0s - 17 - - - tinyint(4)|0s - 18 - - - longtext|0s - 19 - - - sid - btree - 1 - - - uuid - btree - 1 - - - webform_id - btree - - - token - 191 - btree - - - uid - btree - - - 1 - 1 - PRIMARY - - - webform_submission_field__uuid__value - - - The webform id. - varchar(32)|0s - 1 - 1 - - - The unique identifier for this submission. - int(10) unsigned|0s - 1 - 2 - - - The name of the element. - varchar(128)|0s - 1 - 3 - - - The property of the element's value. - varchar(128)|0s - '' - 1 - 4 - - - The delta of the element's value. - int(10) unsigned|0s - 0 - 1 - 5 - - - The element's value. - mediumtext|0s - 1 - 6 - - - sid -name -property -delta - btree - 1 - - - webform_id - btree - - - sid -webform_id - btree - - - 1 - 1 - PRIMARY - - - varchar(64)|0s - 1 - 1 - - - varchar(20)|0s - 1 - 2 - - - varchar(16)|0s - 1 - 3 - - - varchar(80)|0s - 1 - 4 - - - varchar(20)|0s - 1 - 5 - - - varchar(64)|0s - 6 - - - varchar(20)|0s - 7 - - - varchar(64)|0s - 8 - - - longtext|0s - 9 - - - varchar(80)|0s - 1 - 10 - - - varchar(64)|0s - 1 - 11 - - - varchar(12)|0s - 1 - 12 - - - varchar(80)|0s - 13 - - - varchar(385)|0s - 1 - 1 - - - varchar(128)|0s - 1 - 2 - - - varchar(3)|0s - 1 - 3 - - - varchar(3)|0s - 4 - - - varchar(32)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(60)|0s - 1 - 3 - - - bigint(3)|0s - 1 - 4 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(6)|0s - 1 - 5 - - - longtext|0s - 1 - 6 - - - varchar(64)|0s - 1 - 1 - - - bigint(21)|0s - 1 - 2 - - - bigint(21)|0s - 1 - 3 - - - bigint(21)|0s - 1 - 4 - - - double|0s - 1 - 5 - - - double|0s - 1 - 6 - - - bigint(21)|0s - 1 - 7 - - - bigint(21)|0s - 1 - 8 - - - bigint(21)|0s - 1 - 9 - - - bigint(21)|0s - 1 - 10 - - - bigint(21)|0s - 1 - 11 - - - bigint(21)|0s - 1 - 12 - - - bigint(21)|0s - 1 - 13 - - - bigint(21)|0s - 1 - 14 - - - bigint(21)|0s - 1 - 15 - - - bigint(21)|0s - 1 - 16 - - - bigint(21)|0s - 1 - 17 - - - bigint(21)|0s - 1 - 18 - - - bigint(21)|0s - 1 - 19 - - - bigint(21)|0s - 1 - 20 - - - bigint(21)|0s - 1 - 21 - - - bigint(21)|0s - 1 - 22 - - - bigint(21)|0s - 1 - 23 - - - bigint(21) unsigned|0s - 1 - 24 - - - bigint(21)|0s - 1 - 25 - - - varchar(64)|0s - 1 - 1 - - - varchar(32)|0s - 2 - - - bigint(11)|0s - 3 - - - varchar(3)|0s - 4 - - - varchar(3)|0s - 1 - 5 - - - bigint(3)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 1 - - - varchar(32)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - bigint(11)|0s - 1 - 4 - - - varchar(3)|0s - 1 - 5 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - longtext|0s - 6 - - - varchar(3)|0s - 1 - 7 - - - varchar(64)|0s - 1 - 8 - - - bigint(21) unsigned|0s - 9 - - - bigint(21) unsigned|0s - 10 - - - bigint(21) unsigned|0s - 11 - - - bigint(21) unsigned|0s - 12 - - - bigint(21) unsigned|0s - 13 - - - varchar(32)|0s - 14 - - - varchar(64)|0s - 15 - - - longtext|0s - 1 - 16 - - - varchar(3)|0s - 1 - 17 - - - varchar(80)|0s - 1 - 18 - - - varchar(80)|0s - 1 - 19 - - - varchar(1024)|0s - 1 - 20 - - - varchar(6)|0s - 1 - 21 - - - longtext|0s - 22 - - - varchar(385)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(3)|0s - 1 - 7 - - - varchar(128)|0s - 1 - - - varchar(64)|0s - 1 - 1 - - - varchar(8)|0s - 1 - 2 - - - varchar(160)|0s - 1 - 3 - - - varchar(3)|0s - 4 - - - varchar(3)|0s - 5 - - - varchar(3)|0s - 6 - - - varchar(64)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(384)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(8)|0s - 1 - 6 - - - longtext|0s - 1 - 7 - - - varchar(9)|0s - 1 - 8 - - - datetime|0s - 9 - - - varchar(256)|0s - 10 - - - varchar(18)|0s - 11 - - - varchar(8192)|0s - 1 - 12 - - - datetime|0s - 13 - - - datetime|0s - 14 - - - varchar(18)|0s - 1 - 15 - - - varchar(12)|0s - 1 - 16 - - - datetime|0s - 1 - 17 - - - datetime|0s - 1 - 18 - - - datetime|0s - 19 - - - varchar(64)|0s - 1 - 20 - - - bigint(10)|0s - 1 - 21 - - - varchar(32)|0s - 1 - 22 - - - varchar(64)|0s - 1 - 23 - - - varchar(64)|0s - 1 - 24 - - - bigint(4)|0s - 1 - 1 - - - varchar(512)|0s - 2 - - - varchar(20)|0s - 1 - 3 - - - varchar(64)|0s - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 6 - - - varchar(64)|0s - 7 - - - varchar(64)|0s - 8 - - - bigint(4)|0s - 9 - - - varchar(64)|0s - 1 - 10 - - - varchar(64)|0s - 11 - - - bigint(4)|0s - 12 - - - bigint(4)|0s - 13 - - - bigint(4)|0s - 14 - - - bigint(4)|0s - 15 - - - bigint(4)|0s - 1 - 16 - - - bigint(21) unsigned|0s - 17 - - - bigint(21) unsigned|0s - 18 - - - bigint(21) unsigned|0s - 19 - - - datetime|0s - 20 - - - datetime|0s - 21 - - - datetime|0s - 22 - - - bigint(4)|0s - 23 - - - bigint(4)|0s - 24 - - - bigint(21) unsigned|0s - 25 - - - varchar(10)|0s - 26 - - - bigint(21) unsigned|0s - 27 - - - bigint(21) unsigned|0s - 28 - - - bigint(21) unsigned|0s - 29 - - - bigint(21) unsigned|0s - 30 - - - bigint(21) unsigned|0s - 31 - - - bigint(21) unsigned|0s - 32 - - - datetime|0s - 33 - - - datetime|0s - 34 - - - datetime|0s - 35 - - - bigint(21) unsigned|0s - 36 - - - varchar(20)|0s - 1 - 37 - - - varchar(255)|0s - 38 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(512)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 7 - - - varchar(64)|0s - 1 - 8 - - - tinyint(2)|0s - 1 - 9 - - - int(7)|0s - 1 - 10 - - - tinyint(2)|0s - 1 - 11 - - - tinyint(2)|0s - 1 - 12 - - - smallint(5)|0s - 1 - 13 - - - varchar(64)|0s - 1 - 1 - - - varchar(4096)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 1 - - - varchar(4096)|0s - 1 - 2 - - - varchar(192)|0s - 1 - 1 - - - varchar(192)|0s - 1 - 2 - - - varchar(192)|0s - 1 - 3 - - - bigint(21)|0s - 1 - 4 - - - int(11) unsigned|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - int(11) unsigned|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - varchar(64)|0s - 5 - - - int(11) unsigned|0s - 1 - 6 - - - int(11) unsigned|0s - 1 - 7 - - - int(1)|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 11 - - - varchar(1024)|0s - 12 - - - varchar(64)|0s - 13 - - - bigint(21) unsigned|0s - 1 - 14 - - - bigint(21) unsigned|0s - 1 - 15 - - - bigint(21) unsigned|0s - 1 - 16 - - - enum('NOT_USED', 'MEMORY', 'REMOVE_HASH', 'FILE_PAGE')|0e - 1 - 17 - - - enum('IO_NONE', 'IO_READ', 'IO_WRITE')|0e - 1 - 18 - - - int(1)|0s - 1 - 19 - - - bigint(21) unsigned|0s - 1 - 20 - - - int(11) unsigned|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - int(11) unsigned|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - varchar(64)|0s - 5 - - - int(11) unsigned|0s - 1 - 6 - - - int(11) unsigned|0s - 1 - 7 - - - int(1)|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 11 - - - varchar(1024)|0s - 12 - - - varchar(64)|0s - 13 - - - bigint(21) unsigned|0s - 1 - 14 - - - bigint(21) unsigned|0s - 1 - 15 - - - bigint(21) unsigned|0s - 1 - 16 - - - int(1)|0s - 1 - 17 - - - enum('IO_NONE', 'IO_READ', 'IO_WRITE')|0e - 1 - 18 - - - int(1)|0s - 19 - - - bigint(21) unsigned|0s - 1 - 20 - - - int(11) unsigned|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - bigint(21) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 7 - - - bigint(21) unsigned|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 11 - - - bigint(21) unsigned|0s - 1 - 12 - - - float|0s - 1 - 13 - - - float|0s - 1 - 14 - - - bigint(21) unsigned|0s - 1 - 15 - - - bigint(21) unsigned|0s - 1 - 16 - - - bigint(21) unsigned|0s - 1 - 17 - - - float|0s - 1 - 18 - - - float|0s - 1 - 19 - - - float|0s - 1 - 20 - - - bigint(21) unsigned|0s - 1 - 21 - - - bigint(21) unsigned|0s - 1 - 22 - - - bigint(21) unsigned|0s - 1 - 23 - - - bigint(21) unsigned|0s - 1 - 24 - - - bigint(21) unsigned|0s - 1 - 25 - - - bigint(21) unsigned|0s - 1 - 26 - - - float|0s - 1 - 27 - - - float|0s - 1 - 28 - - - bigint(21) unsigned|0s - 1 - 29 - - - bigint(21) unsigned|0s - 1 - 30 - - - bigint(21) unsigned|0s - 1 - 31 - - - bigint(21) unsigned|0s - 1 - 32 - - - int(5)|0s - 1 - 1 - - - int(11)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - int(5)|0s - 1 - 1 - - - int(11)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - bigint(21)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - int(5)|0s - 1 - 1 - - - int(11)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - bigint(21)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - int(11)|0s - 1 - 7 - - - int(11)|0s - 1 - 8 - - - varchar(64)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - int(11)|0s - 1 - 7 - - - int(11)|0s - 1 - 8 - - - int(5)|0s - 1 - 1 - - - int(11)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(193)|0s - 1 - 1 - - - varchar(193)|0s - 1 - 2 - - - varchar(18)|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(337)|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - bigint(21) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - varchar(337)|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - bigint(21) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - varchar(81)|0s - 1 - 1 - - - bigint(21) unsigned|0s - 1 - 2 - - - enum('S', 'S, GAP', 'X', 'X, GAP', 'IS', 'IS, GAP', 'IX', 'IX, GAP', 'AUTO_INC')|0e - 1 - 3 - - - enum('RECORD', 'TABLE')|0e - 1 - 4 - - - varchar(1024)|0s - 1 - 5 - - - varchar(1024)|0s - 6 - - - int(11) unsigned|0s - 7 - - - int(11) unsigned|0s - 8 - - - int(11) unsigned|0s - 9 - - - varchar(8192)|0s - 10 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(81)|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - varchar(81)|0s - 1 - 4 - - - varchar(193)|0s - 1 - 1 - - - varchar(193)|0s - 1 - 2 - - - bigint(21)|0s - 1 - 3 - - - bigint(21)|0s - 4 - - - bigint(21)|0s - 5 - - - float|0s - 6 - - - bigint(21)|0s - 1 - 7 - - - bigint(21)|0s - 8 - - - bigint(21)|0s - 9 - - - float|0s - 10 - - - datetime|0s - 11 - - - datetime|0s - 12 - - - bigint(21)|0s - 13 - - - datetime|0s - 14 - - - int(1)|0s - 1 - 15 - - - enum('value', 'status_counter', 'set_owner', 'set_member', 'counter')|0e - 1 - 16 - - - varchar(193)|0s - 1 - 17 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - int(11) unsigned|0s - 1 - 3 - - - varchar(193)|0s - 1 - 1 - - - varchar(193)|0s - 1 - 2 - - - varchar(193)|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - int(11) unsigned|0s - 1 - 5 - - - varchar(193)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - bigint(21) unsigned|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - int(11)|0s - 1 - 5 - - - int(11)|0s - 6 - - - int(11)|0s - 7 - - - int(11)|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(655)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - int(11) unsigned|0s - 1 - 5 - - - enum('Redundant', 'Compact', 'Compressed', 'Dynamic')|0e - 6 - - - int(11) unsigned|0s - 1 - 7 - - - enum('Single', 'System')|0e - 8 - - - int(11) unsigned|0s - 1 - 1 - - - varchar(655)|0s - 1 - 2 - - - int(11) unsigned|0s - 1 - 3 - - - varchar(22)|0s - 4 - - - int(11) unsigned|0s - 1 - 5 - - - varchar(512)|0s - 1 - 6 - - - int(11) unsigned|0s - 1 - 7 - - - bigint(21) unsigned|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - int(1)|0s - 1 - 3 - - - bigint(21) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 7 - - - bigint(21) unsigned|0s - 1 - 8 - - - int(11)|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 1 - - - int(11) unsigned|0s - 1 - 2 - - - int(11) unsigned|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 1 - - - varchar(655)|0s - 2 - - - int(11) unsigned|0s - 1 - 3 - - - int(11) unsigned|0s - 1 - 4 - - - int(11) unsigned|0s - 1 - 5 - - - int(11) unsigned|0s - 1 - 6 - - - bigint(21) unsigned|0s - 7 - - - bigint(21) unsigned|0s - 8 - - - int(11) unsigned|0s - 1 - 9 - - - int(1)|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 1 - - - varchar(13)|0s - 1 - 2 - - - datetime|0s - 1 - 3 - - - varchar(81)|0s - 4 - - - datetime|0s - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 7 - - - varchar(1024)|0s - 8 - - - varchar(64)|0s - 9 - - - bigint(21) unsigned|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 11 - - - bigint(21) unsigned|0s - 1 - 12 - - - bigint(21) unsigned|0s - 1 - 13 - - - bigint(21) unsigned|0s - 1 - 14 - - - bigint(21) unsigned|0s - 1 - 15 - - - bigint(21) unsigned|0s - 1 - 16 - - - enum('READ UNCOMMITTED', 'READ COMMITTED', 'REPEATABLE READ', 'SERIALIZABLE')|0e - 1 - 17 - - - int(1)|0s - 1 - 18 - - - int(1)|0s - 1 - 19 - - - varchar(256)|0s - 20 - - - int(1)|0s - 1 - 21 - - - int(1)|0s - 1 - 22 - - - varchar(64)|0s - 1 - - - varchar(192)|0s - 1 - 1 - - - int(3) unsigned|0s - 2 - - - int(3) unsigned|0s - 3 - - - bigint(21) unsigned|0s - 1 - 4 - - - bigint(21) unsigned|0s - 1 - 5 - - - bigint(21) unsigned|0s - 1 - 6 - - - bigint(21) unsigned|0s - 1 - 7 - - - bigint(21) unsigned|0s - 1 - 8 - - - bigint(21) unsigned|0s - 1 - 9 - - - bigint(21) unsigned|0s - 1 - 10 - - - bigint(21) unsigned|0s - 1 - 11 - - - bigint(21) unsigned|0s - 1 - 12 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(512)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 7 - - - bigint(10)|0s - 1 - 8 - - - bigint(10)|0s - 9 - - - varchar(64)|0s - 10 - - - varchar(64)|0s - 11 - - - varchar(64)|0s - 12 - - - longtext|0s - 1 - 1 - - - longtext|0s - 1 - 2 - - - int(20)|0s - 1 - 3 - - - tinyint(1)|0s - 1 - 4 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - int(21)|0s - 1 - 4 - - - varchar(5)|0s - 5 - - - varchar(64)|0s - 6 - - - varchar(64)|0s - 1 - 7 - - - int(21)|0s - 8 - - - int(21)|0s - 9 - - - int(21)|0s - 10 - - - int(21)|0s - 11 - - - bigint(21) unsigned|0s - 12 - - - varchar(64)|0s - 13 - - - varchar(64)|0s - 14 - - - longtext|0s - 1 - 15 - - - varchar(9)|0s - 1 - 16 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 4 - - - varchar(64)|0s - 5 - - - bigint(21) unsigned|0s - 6 - - - bigint(21) unsigned|0s - 7 - - - varchar(18)|0s - 8 - - - varchar(12)|0s - 9 - - - longtext|0s - 10 - - - longtext|0s - 11 - - - longtext|0s - 12 - - - bigint(21) unsigned|0s - 1 - 13 - - - bigint(21) unsigned|0s - 1 - 14 - - - bigint(21) unsigned|0s - 1 - 15 - - - bigint(21) unsigned|0s - 16 - - - bigint(21) unsigned|0s - 1 - 17 - - - bigint(21) unsigned|0s - 1 - 18 - - - datetime|0s - 19 - - - datetime|0s - 20 - - - datetime|0s - 21 - - - bigint(21) unsigned|0s - 22 - - - varchar(80)|0s - 1 - 23 - - - varchar(12)|0s - 1 - 24 - - - varchar(64)|0s - 25 - - - varchar(64)|0s - 1 - 1 - - - varchar(20)|0s - 1 - 2 - - - varchar(16)|0s - 1 - 3 - - - varchar(80)|0s - 1 - 4 - - - varchar(20)|0s - 1 - 5 - - - varchar(64)|0s - 6 - - - varchar(20)|0s - 7 - - - varchar(64)|0s - 8 - - - longtext|0s - 9 - - - varchar(80)|0s - 1 - 10 - - - varchar(64)|0s - 1 - 11 - - - varchar(12)|0s - 1 - 12 - - - varchar(80)|0s - 13 - - - bigint(4)|0s - 1 - 1 - - - varchar(128)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 4 - - - varchar(16)|0s - 1 - 5 - - - int(7)|0s - 1 - 6 - - - varchar(64)|0s - 7 - - - longtext|0s - 8 - - - decimal(22,3 digit)|0s - 1 - 9 - - - tinyint(2)|0s - 1 - 10 - - - tinyint(2)|0s - 1 - 11 - - - decimal(7,3 digit)|0s - 1 - 12 - - - bigint(7)|0s - 1 - 13 - - - bigint(7)|0s - 1 - 14 - - - int(7)|0s - 1 - 15 - - - bigint(4)|0s - 1 - 16 - - - blob|0s - 17 - - - bigint(4)|0s - 1 - 18 - - - int(20)|0s - 1 - 1 - - - int(20)|0s - 1 - 2 - - - varchar(30)|0s - 1 - 3 - - - decimal(9,6 digit)|0s - 1 - 4 - - - decimal(9,6 digit)|0s - 5 - - - decimal(9,6 digit)|0s - 6 - - - int(20)|0s - 7 - - - int(20)|0s - 8 - - - int(20)|0s - 9 - - - int(20)|0s - 10 - - - int(20)|0s - 11 - - - int(20)|0s - 12 - - - int(20)|0s - 13 - - - int(20)|0s - 14 - - - int(20)|0s - 15 - - - varchar(30)|0s - 16 - - - varchar(20)|0s - 17 - - - int(20)|0s - 18 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(512)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 6 - - - varchar(64)|0s - 1 - 7 - - - varchar(64)|0s - 1 - 8 - - - varchar(64)|0s - 1 - 9 - - - varchar(64)|0s - 1 - 10 - - - varchar(64)|0s - 11 - - - varchar(64)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(13)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - int(21)|0s - 7 - - - int(21)|0s - 8 - - - int(21)|0s - 9 - - - int(21)|0s - 10 - - - bigint(21) unsigned|0s - 11 - - - varchar(64)|0s - 12 - - - varchar(64)|0s - 13 - - - longtext|0s - 14 - - - varchar(8)|0s - 1 - 15 - - - longtext|0s - 16 - - - varchar(64)|0s - 17 - - - varchar(64)|0s - 18 - - - varchar(8)|0s - 1 - 19 - - - varchar(3)|0s - 1 - 20 - - - varchar(64)|0s - 1 - 21 - - - varchar(64)|0s - 22 - - - varchar(7)|0s - 1 - 23 - - - datetime|0s - 1 - 24 - - - datetime|0s - 1 - 25 - - - varchar(8192)|0s - 1 - 26 - - - longtext|0s - 1 - 27 - - - varchar(384)|0s - 1 - 28 - - - varchar(32)|0s - 1 - 29 - - - varchar(64)|0s - 1 - 30 - - - varchar(64)|0s - 1 - 31 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(32)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(512)|0s - 5 - - - varchar(1024)|0s - 1 - 6 - - - varchar(385)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(3)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 1 - - - varchar(4096)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 1 - - - varchar(4096)|0s - 1 - 2 - - - smallint(5)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - int(5)|0s - 1 - 3 - - - varchar(2048)|0s - 1 - 4 - - - varchar(64)|0s - 1 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - bigint(1)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - bigint(2)|0s - 1 - 7 - - - varchar(64)|0s - 1 - 8 - - - varchar(1)|0s - 9 - - - bigint(21)|0s - 10 - - - bigint(3)|0s - 11 - - - varchar(10)|0s - 12 - - - varchar(3)|0s - 1 - 13 - - - varchar(16)|0s - 1 - 14 - - - varchar(16)|0s - 15 - - - varchar(1024)|0s - 1 - 16 - - - varchar(3)|0s - 1 - 17 - - - varchar(64)|0s - 1 - 1 - - - varchar(2048)|0s - 2 - - - varchar(2048)|0s - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(2048)|0s - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 7 - - - varchar(2048)|0s - 1 - 8 - - - varchar(21)|0s - 9 - - - varchar(21)|0s - 10 - - - varchar(21)|0s - 11 - - - longtext|0s - 12 - - - varchar(3)|0s - 1 - 13 - - - varchar(64)|0s - 14 - - - varchar(2048)|0s - 15 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(64)|0s - 5 - - - bigint(21) unsigned|0s - 6 - - - varchar(10)|0s - 7 - - - bigint(21) unsigned|0s - 8 - - - bigint(21) unsigned|0s - 9 - - - bigint(21) unsigned|0s - 10 - - - bigint(21) unsigned|0s - 11 - - - bigint(21) unsigned|0s - 12 - - - bigint(21) unsigned|0s - 13 - - - bigint(21) unsigned|0s - 14 - - - datetime|0s - 15 - - - datetime|0s - 16 - - - datetime|0s - 17 - - - varchar(64)|0s - 18 - - - bigint(21) unsigned|0s - 19 - - - varchar(2048)|0s - 20 - - - varchar(2048)|0s - 1 - 21 - - - bigint(21) unsigned|0s - 22 - - - varchar(1)|0s - 23 - - - varchar(64)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 3 - - - varchar(64)|0s - 4 - - - bigint(21) unsigned|0s - 5 - - - bigint(21) unsigned|0s - 6 - - - bigint(21) unsigned|0s - 7 - - - bigint(21) unsigned|0s - 8 - - - varchar(2048)|0s - 9 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(385)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(64)|0s - 1 - 4 - - - varchar(64)|0s - 1 - 5 - - - varchar(3)|0s - 1 - 6 - - - varchar(192)|0s - 1 - 1 - - - varchar(192)|0s - 1 - 2 - - - bigint(21)|0s - 1 - 3 - - - bigint(21)|0s - 1 - 4 - - - bigint(21)|0s - 1 - 5 - - - int(6)|0s - 1 - 1 - - - int(6)|0s - 1 - 2 - - - int(6)|0s - 1 - 3 - - - int(6)|0s - 1 - 4 - - - int(6)|0s - 1 - 5 - - - int(6)|0s - 1 - 6 - - - tinyint(1)|0s - 1 - 7 - - - tinyint(1)|0s - 1 - 8 - - - int(6)|0s - 1 - 1 - - - int(6)|0s - 1 - 2 - - - int(1)|0s - 1 - 3 - - - bigint(19) unsigned|0s - 4 - - - bigint(19)|0s - 1 - 5 - - - int(6)|0s - 1 - 1 - - - bigint(19)|0s - 1 - 2 - - - bigint(19)|0s - 1 - 3 - - - bigint(19)|0s - 1 - 4 - - - bigint(19)|0s - 1 - 5 - - - bigint(19)|0s - 1 - 6 - - - bigint(19)|0s - 1 - 7 - - - bigint(19)|0s - 1 - 8 - - - bigint(19)|0s - 1 - 9 - - - bigint(19)|0s - 1 - 10 - - - bigint(19)|0s - 1 - 11 - - - varchar(16)|0s - 1 - 1 - - - bigint(19)|0s - 1 - 2 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(6)|0s - 1 - 4 - - - varchar(512)|0s - 1 - 5 - - - varchar(64)|0s - 1 - 6 - - - varchar(64)|0s - 1 - 7 - - - bigint(4)|0s - 1 - 8 - - - longtext|0s - 9 - - - longtext|0s - 1 - 10 - - - varchar(9)|0s - 1 - 11 - - - varchar(6)|0s - 1 - 12 - - - varchar(64)|0s - 13 - - - varchar(64)|0s - 14 - - - varchar(3)|0s - 1 - 15 - - - varchar(3)|0s - 1 - 16 - - - datetime(2)|0s - 17 - - - varchar(8192)|0s - 1 - 18 - - - varchar(384)|0s - 1 - 19 - - - varchar(32)|0s - 1 - 20 - - - varchar(64)|0s - 1 - 21 - - - varchar(64)|0s - 1 - 22 - - - varchar(385)|0s - 1 - 1 - - - varchar(512)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(3)|0s - 1 - 4 - - - varchar(128)|0s - 1 - 1 - - - int(11)|0s - 1 - 2 - - - int(11)|0s - 1 - 3 - - - int(11)|0s - 1 - 4 - - - double|0s - 1 - 5 - - - double|0s - 1 - 6 - - - bigint(21)|0s - 1 - 7 - - - bigint(21)|0s - 1 - 8 - - - bigint(21)|0s - 1 - 9 - - - bigint(21)|0s - 1 - 10 - - - bigint(21)|0s - 1 - 11 - - - bigint(21)|0s - 1 - 12 - - - bigint(21)|0s - 1 - 13 - - - bigint(21)|0s - 1 - 14 - - - bigint(21)|0s - 1 - 15 - - - bigint(21)|0s - 1 - 16 - - - bigint(21)|0s - 1 - 17 - - - bigint(21)|0s - 1 - 18 - - - bigint(21)|0s - 1 - 19 - - - bigint(21)|0s - 1 - 20 - - - bigint(21)|0s - 1 - 21 - - - bigint(21)|0s - 1 - 22 - - - bigint(21)|0s - 1 - 23 - - - bigint(21) unsigned|0s - 1 - 24 - - - bigint(21)|0s - 1 - 25 - - - varchar(512)|0s - 1 - 1 - - - varchar(64)|0s - 1 - 2 - - - varchar(64)|0s - 1 - 3 - - - longtext|0s - 1 - 4 - - - varchar(8)|0s - 1 - 5 - - - varchar(3)|0s - 1 - 6 - - - varchar(384)|0s - 1 - 7 - - - varchar(7)|0s - 1 - 8 - - - varchar(32)|0s - 1 - 9 - - - varchar(64)|0s - 1 - 10 - - - varchar(10)|0s - 1 - 11 - - - varchar(64)|0s - 1 - 1 - - - varchar(2048)|0s - 2 - - - varchar(64)|0s - 1 - 3 - - - varchar(32)|0s - 4 - -
-
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 3b5712a5..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 1e1a65a8..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - $PROJECT_DIR$/composer.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1722946951354 - - - - - - \ No newline at end of file