From 2408064edee300ac6c085ba6178d6309072ab2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20N=C3=A4ser?= Date: Sun, 16 Jun 2024 22:10:10 +0200 Subject: [PATCH] dumb: add new BDD dumb --- dumps/gs_database_localhost-2024_06_17.sql | 3528 ++++++++++++++++++++ 1 file changed, 3528 insertions(+) create mode 100644 dumps/gs_database_localhost-2024_06_17.sql diff --git a/dumps/gs_database_localhost-2024_06_17.sql b/dumps/gs_database_localhost-2024_06_17.sql new file mode 100644 index 0000000..8e7e059 --- /dev/null +++ b/dumps/gs_database_localhost-2024_06_17.sql @@ -0,0 +1,3528 @@ +-- phpMyAdmin SQL Dump +-- version 5.2.1 +-- https://www.phpmyadmin.net/ +-- +-- Hôte : gs_mysql +-- Généré le : dim. 16 juin 2024 à 20:07 +-- Version du serveur : 10.3.38-MariaDB-1:10.3.38+maria~ubu2004 +-- Version de PHP : 8.1.17 + +SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; +START TRANSACTION; +SET time_zone = "+00:00"; + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- +-- Base de données : `gs_database` +-- + +-- -------------------------------------------------------- + +-- +-- Structure de la table `admin_permissions` +-- + +CREATE TABLE `admin_permissions` ( + `id` int(10) UNSIGNED NOT NULL, + `action` varchar(255) DEFAULT NULL, + `subject` varchar(255) DEFAULT NULL, + `properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL, + `action_parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `admin_permissions` +-- + +INSERT INTO `admin_permissions` (`id`, `action`, `subject`, `properties`, `conditions`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`, `action_parameters`) VALUES +(4, 'plugin::content-manager.explorer.delete', 'api::page.page', '{}', '[]', '2023-01-23 09:35:14.768000', '2023-01-23 09:35:14.768000', NULL, NULL, NULL), +(5, 'plugin::content-manager.explorer.publish', 'api::page.page', '{}', '[]', '2023-01-23 09:35:14.782000', '2023-01-23 09:35:14.782000', NULL, NULL, NULL), +(6, 'plugin::upload.read', NULL, '{}', '[]', '2023-01-23 09:35:14.795000', '2023-01-23 09:35:14.795000', NULL, NULL, NULL), +(7, 'plugin::upload.assets.create', NULL, '{}', '[]', '2023-01-23 09:35:14.810000', '2023-01-23 09:35:14.810000', NULL, NULL, NULL), +(8, 'plugin::upload.assets.update', NULL, '{}', '[]', '2023-01-23 09:35:14.823000', '2023-01-23 09:35:14.823000', NULL, NULL, NULL), +(9, 'plugin::upload.assets.download', NULL, '{}', '[]', '2023-01-23 09:35:14.838000', '2023-01-23 09:35:14.838000', NULL, NULL, NULL), +(10, 'plugin::upload.assets.copy-link', NULL, '{}', '[]', '2023-01-23 09:35:14.853000', '2023-01-23 09:35:14.853000', NULL, NULL, NULL), +(193, 'plugin::content-manager.explorer.create', 'plugin::users-permissions.user', '{\"fields\":[\"avatar\",\"blocked\",\"confirmationToken\",\"confirmed\",\"email\",\"newsletter\",\"password\",\"provider\",\"resetPasswordToken\",\"role\",\"username\"]}', '[]', '2023-02-22 17:22:36.387000', '2023-02-22 17:22:36.387000', NULL, NULL, NULL), +(194, 'plugin::content-manager.explorer.read', 'plugin::users-permissions.user', '{\"fields\":[\"avatar\",\"blocked\",\"confirmationToken\",\"confirmed\",\"email\",\"newsletter\",\"password\",\"provider\",\"resetPasswordToken\",\"role\",\"username\"]}', '[]', '2023-02-22 17:22:36.463000', '2023-02-22 17:22:36.463000', NULL, NULL, NULL), +(195, 'plugin::content-manager.explorer.update', 'plugin::users-permissions.user', '{\"fields\":[\"avatar\",\"blocked\",\"confirmationToken\",\"confirmed\",\"email\",\"newsletter\",\"password\",\"provider\",\"resetPasswordToken\",\"role\",\"username\"]}', '[]', '2023-02-22 17:22:36.574000', '2023-02-22 17:22:36.574000', NULL, NULL, NULL), +(196, 'plugin::content-manager.explorer.delete', 'plugin::users-permissions.user', '{}', '[]', '2023-02-22 17:22:36.593000', '2023-02-22 17:22:36.593000', NULL, NULL, NULL), +(197, 'plugin::content-manager.explorer.create', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.613000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(198, 'plugin::content-manager.explorer.read', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.671000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(199, 'plugin::content-manager.explorer.update', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.684000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(200, 'plugin::content-manager.explorer.delete', 'api::article.article', '{}', '[]', '2023-02-22 17:22:36.699000', '2023-02-22 17:22:36.699000', NULL, NULL, NULL), +(201, 'plugin::content-manager.explorer.publish', 'api::article.article', '{}', '[]', '2023-02-22 17:22:36.710000', '2023-02-22 17:22:36.710000', NULL, NULL, NULL), +(202, 'plugin::content-manager.explorer.create', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.724000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(203, 'plugin::content-manager.explorer.read', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.736000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(204, 'plugin::content-manager.explorer.update', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.750000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(205, 'plugin::content-manager.explorer.delete', 'api::category.category', '{}', '[]', '2023-02-22 17:22:36.763000', '2023-02-22 17:22:36.763000', NULL, NULL, NULL), +(206, 'plugin::content-manager.explorer.publish', 'api::category.category', '{}', '[]', '2023-02-22 17:22:36.778000', '2023-02-22 17:22:36.778000', NULL, NULL, NULL), +(207, 'plugin::content-manager.explorer.create', 'api::filter-category.filter-category', '{\"fields\":[\"filter_items\",\"filter_section\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.790000', '2023-02-22 17:22:36.790000', NULL, NULL, NULL), +(208, 'plugin::content-manager.explorer.read', 'api::filter-category.filter-category', '{\"fields\":[\"filter_items\",\"filter_section\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.803000', '2023-02-22 17:22:36.803000', NULL, NULL, NULL), +(209, 'plugin::content-manager.explorer.update', 'api::filter-category.filter-category', '{\"fields\":[\"filter_items\",\"filter_section\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.817000', '2023-02-22 17:22:36.817000', NULL, NULL, NULL), +(210, 'plugin::content-manager.explorer.delete', 'api::filter-category.filter-category', '{}', '[]', '2023-02-22 17:22:36.830000', '2023-02-22 17:22:36.830000', NULL, NULL, NULL), +(211, 'plugin::content-manager.explorer.publish', 'api::filter-category.filter-category', '{}', '[]', '2023-02-22 17:22:36.841000', '2023-02-22 17:22:36.841000', NULL, NULL, NULL), +(212, 'plugin::content-manager.explorer.create', 'api::filter-item.filter-item', '{\"fields\":[\"filter_category\",\"label\",\"product\",\"slug\"]}', '[]', '2023-02-22 17:22:36.853000', '2023-02-22 17:22:36.853000', NULL, NULL, NULL), +(213, 'plugin::content-manager.explorer.read', 'api::filter-item.filter-item', '{\"fields\":[\"filter_category\",\"label\",\"product\",\"slug\"]}', '[]', '2023-02-22 17:22:36.865000', '2023-02-22 17:22:36.865000', NULL, NULL, NULL), +(214, 'plugin::content-manager.explorer.update', 'api::filter-item.filter-item', '{\"fields\":[\"filter_category\",\"label\",\"product\",\"slug\"]}', '[]', '2023-02-22 17:22:36.879000', '2023-02-22 17:22:36.879000', NULL, NULL, NULL), +(215, 'plugin::content-manager.explorer.delete', 'api::filter-item.filter-item', '{}', '[]', '2023-02-22 17:22:36.893000', '2023-02-22 17:22:36.893000', NULL, NULL, NULL), +(216, 'plugin::content-manager.explorer.publish', 'api::filter-item.filter-item', '{}', '[]', '2023-02-22 17:22:36.906000', '2023-02-22 17:22:36.906000', NULL, NULL, NULL), +(217, 'plugin::content-manager.explorer.create', 'api::filter-section.filter-section', '{\"fields\":[\"filter_categories\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.919000', '2023-02-22 17:22:36.919000', NULL, NULL, NULL), +(218, 'plugin::content-manager.explorer.read', 'api::filter-section.filter-section', '{\"fields\":[\"filter_categories\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.931000', '2023-02-22 17:22:36.931000', NULL, NULL, NULL), +(219, 'plugin::content-manager.explorer.update', 'api::filter-section.filter-section', '{\"fields\":[\"filter_categories\",\"label\",\"slug\"]}', '[]', '2023-02-22 17:22:36.943000', '2023-02-22 17:22:36.943000', NULL, NULL, NULL), +(220, 'plugin::content-manager.explorer.delete', 'api::filter-section.filter-section', '{}', '[]', '2023-02-22 17:22:36.956000', '2023-02-22 17:22:36.956000', NULL, NULL, NULL), +(221, 'plugin::content-manager.explorer.publish', 'api::filter-section.filter-section', '{}', '[]', '2023-02-22 17:22:36.970000', '2023-02-22 17:22:36.970000', NULL, NULL, NULL), +(222, 'plugin::content-manager.explorer.create', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:36.986000', '2023-11-06 14:45:41.202000', NULL, NULL, NULL), +(223, 'plugin::content-manager.explorer.read', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:37.001000', '2023-11-06 14:45:41.202000', NULL, NULL, NULL), +(224, 'plugin::content-manager.explorer.update', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-02-22 17:22:37.015000', '2023-11-06 14:45:41.202000', NULL, NULL, NULL), +(225, 'plugin::content-manager.explorer.create', 'api::product.product', '{\"fields\":[\"amount\",\"content\",\"description\",\"filter_items\",\"slug\",\"title\",\"vat\"]}', '[]', '2023-02-22 17:22:37.029000', '2023-02-22 17:22:37.029000', NULL, NULL, NULL), +(226, 'plugin::content-manager.explorer.read', 'api::product.product', '{\"fields\":[\"amount\",\"content\",\"description\",\"filter_items\",\"slug\",\"title\",\"vat\"]}', '[]', '2023-02-22 17:22:37.041000', '2023-02-22 17:22:37.041000', NULL, NULL, NULL), +(227, 'plugin::content-manager.explorer.update', 'api::product.product', '{\"fields\":[\"amount\",\"content\",\"description\",\"filter_items\",\"slug\",\"title\",\"vat\"]}', '[]', '2023-02-22 17:22:37.083000', '2023-02-22 17:22:37.083000', NULL, NULL, NULL), +(228, 'plugin::content-manager.explorer.delete', 'api::product.product', '{}', '[]', '2023-02-22 17:22:37.103000', '2023-02-22 17:22:37.103000', NULL, NULL, NULL), +(229, 'plugin::content-manager.explorer.publish', 'api::product.product', '{}', '[]', '2023-02-22 17:22:37.119000', '2023-02-22 17:22:37.119000', NULL, NULL, NULL), +(230, 'plugin::content-manager.explorer.create', 'api::vat.vat', '{\"fields\":[\"amount\",\"label\"]}', '[]', '2023-02-22 17:22:37.131000', '2023-02-22 17:22:37.131000', NULL, NULL, NULL), +(231, 'plugin::content-manager.explorer.read', 'api::vat.vat', '{\"fields\":[\"amount\",\"label\"]}', '[]', '2023-02-22 17:22:37.144000', '2023-02-22 17:22:37.144000', NULL, NULL, NULL), +(232, 'plugin::content-manager.explorer.update', 'api::vat.vat', '{\"fields\":[\"amount\",\"label\"]}', '[]', '2023-02-22 17:22:37.157000', '2023-02-22 17:22:37.157000', NULL, NULL, NULL), +(233, 'plugin::content-manager.explorer.delete', 'api::vat.vat', '{}', '[]', '2023-02-22 17:22:37.170000', '2023-02-22 17:22:37.170000', NULL, NULL, NULL), +(234, 'plugin::content-manager.explorer.publish', 'api::vat.vat', '{}', '[]', '2023-02-22 17:22:37.182000', '2023-02-22 17:22:37.182000', NULL, NULL, NULL), +(235, 'plugin::content-manager.explorer.create', 'api::writer.writer', '{\"fields\":[\"articles\",\"email\",\"name\",\"picture\"]}', '[]', '2023-02-22 17:22:37.196000', '2023-02-22 17:22:37.196000', NULL, NULL, NULL), +(236, 'plugin::content-manager.explorer.read', 'api::writer.writer', '{\"fields\":[\"articles\",\"email\",\"name\",\"picture\"]}', '[]', '2023-02-22 17:22:37.209000', '2023-02-22 17:22:37.209000', NULL, NULL, NULL), +(237, 'plugin::content-manager.explorer.update', 'api::writer.writer', '{\"fields\":[\"articles\",\"email\",\"name\",\"picture\"]}', '[]', '2023-02-22 17:22:37.222000', '2023-02-22 17:22:37.222000', NULL, NULL, NULL), +(238, 'plugin::content-manager.explorer.delete', 'api::writer.writer', '{}', '[]', '2023-02-22 17:22:37.233000', '2023-02-22 17:22:37.233000', NULL, NULL, NULL), +(239, 'plugin::content-manager.explorer.publish', 'api::writer.writer', '{}', '[]', '2023-02-22 17:22:37.247000', '2023-02-22 17:22:37.247000', NULL, NULL, NULL), +(246, 'plugin::content-manager.explorer.create', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-05-04 15:58:43.700000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(247, 'plugin::content-manager.explorer.read', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-05-04 15:58:43.711000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(248, 'plugin::content-manager.explorer.update', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\"]}', '[]', '2023-05-04 15:58:43.722000', '2023-11-02 13:23:58.498000', NULL, NULL, NULL), +(249, 'plugin::content-manager.explorer.delete', 'api::article.article', '{}', '[]', '2023-05-04 15:58:43.733000', '2023-05-04 15:58:43.733000', NULL, NULL, NULL), +(250, 'plugin::content-manager.explorer.publish', 'api::article.article', '{}', '[]', '2023-05-04 15:58:43.746000', '2023-05-04 15:58:43.746000', NULL, NULL, NULL), +(305, 'plugin::content-manager.explorer.create', 'plugin::users-permissions.user', '{\"fields\":[\"username\",\"email\",\"provider\",\"password\",\"resetPasswordToken\",\"confirmationToken\",\"confirmed\",\"blocked\",\"role\",\"avatar\",\"newsletter\"]}', '[]', '2023-11-13 13:50:40.910000', '2023-11-13 13:50:40.910000', NULL, NULL, '{}'), +(308, 'plugin::content-manager.explorer.create', 'api::filter-category.filter-category', '{\"fields\":[\"label\",\"slug\",\"filter_items\",\"filter_section\"]}', '[]', '2023-11-13 13:50:40.919000', '2023-11-13 13:50:40.919000', NULL, NULL, '{}'), +(309, 'plugin::content-manager.explorer.create', 'api::filter-item.filter-item', '{\"fields\":[\"label\",\"slug\",\"product\",\"filter_category\"]}', '[]', '2023-11-13 13:50:40.922000', '2023-11-13 13:50:40.922000', NULL, NULL, '{}'), +(310, 'plugin::content-manager.explorer.create', 'api::filter-section.filter-section', '{\"fields\":[\"label\",\"slug\",\"filter_categories\"]}', '[]', '2023-11-13 13:50:40.924000', '2023-11-13 13:50:40.924000', NULL, NULL, '{}'), +(312, 'plugin::content-manager.explorer.create', 'api::product.product', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"amount\",\"vat\",\"filter_items\"]}', '[]', '2023-11-13 13:50:40.929000', '2023-11-13 13:50:40.929000', NULL, NULL, '{}'), +(313, 'plugin::content-manager.explorer.create', 'api::vat.vat', '{\"fields\":[\"label\",\"amount\"]}', '[]', '2023-11-13 13:50:40.932000', '2023-11-13 13:50:40.932000', NULL, NULL, '{}'), +(314, 'plugin::content-manager.explorer.create', 'api::vendor.vendor', '{\"fields\":[\"name\",\"slug\",\"active\",\"admin_users\",\"override\"]}', '[]', '2023-11-13 13:50:40.934000', '2023-11-13 13:50:40.934000', NULL, NULL, '{}'), +(315, 'plugin::content-manager.explorer.create', 'api::writer.writer', '{\"fields\":[\"name\",\"picture\",\"articles\",\"email\"]}', '[]', '2023-11-13 13:50:40.937000', '2023-11-13 13:50:40.937000', NULL, NULL, '{}'), +(316, 'plugin::content-manager.explorer.read', 'plugin::users-permissions.user', '{\"fields\":[\"username\",\"email\",\"provider\",\"password\",\"resetPasswordToken\",\"confirmationToken\",\"confirmed\",\"blocked\",\"role\",\"avatar\",\"newsletter\"]}', '[]', '2023-11-13 13:50:40.939000', '2023-11-13 13:50:40.939000', NULL, NULL, '{}'), +(319, 'plugin::content-manager.explorer.read', 'api::filter-category.filter-category', '{\"fields\":[\"label\",\"slug\",\"filter_items\",\"filter_section\"]}', '[]', '2023-11-13 13:50:40.946000', '2023-11-13 13:50:40.946000', NULL, NULL, '{}'), +(320, 'plugin::content-manager.explorer.read', 'api::filter-item.filter-item', '{\"fields\":[\"label\",\"slug\",\"product\",\"filter_category\"]}', '[]', '2023-11-13 13:50:40.948000', '2023-11-13 13:50:40.948000', NULL, NULL, '{}'), +(321, 'plugin::content-manager.explorer.read', 'api::filter-section.filter-section', '{\"fields\":[\"label\",\"slug\",\"filter_categories\"]}', '[]', '2023-11-13 13:50:40.951000', '2023-11-13 13:50:40.951000', NULL, NULL, '{}'), +(323, 'plugin::content-manager.explorer.read', 'api::product.product', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"amount\",\"vat\",\"filter_items\"]}', '[]', '2023-11-13 13:50:40.956000', '2023-11-13 13:50:40.956000', NULL, NULL, '{}'), +(324, 'plugin::content-manager.explorer.read', 'api::vat.vat', '{\"fields\":[\"label\",\"amount\"]}', '[]', '2023-11-13 13:50:40.958000', '2023-11-13 13:50:40.958000', NULL, NULL, '{}'), +(325, 'plugin::content-manager.explorer.read', 'api::vendor.vendor', '{\"fields\":[\"name\",\"slug\",\"active\",\"admin_users\",\"override\"]}', '[]', '2023-11-13 13:50:40.960000', '2023-11-13 13:50:40.960000', NULL, NULL, '{}'), +(326, 'plugin::content-manager.explorer.read', 'api::writer.writer', '{\"fields\":[\"name\",\"picture\",\"articles\",\"email\"]}', '[]', '2023-11-13 13:50:40.962000', '2023-11-13 13:50:40.962000', NULL, NULL, '{}'), +(327, 'plugin::content-manager.explorer.update', 'plugin::users-permissions.user', '{\"fields\":[\"username\",\"email\",\"provider\",\"password\",\"resetPasswordToken\",\"confirmationToken\",\"confirmed\",\"blocked\",\"role\",\"avatar\",\"newsletter\"]}', '[]', '2023-11-13 13:50:40.964000', '2023-11-13 13:50:40.964000', NULL, NULL, '{}'), +(330, 'plugin::content-manager.explorer.update', 'api::filter-category.filter-category', '{\"fields\":[\"label\",\"slug\",\"filter_items\",\"filter_section\"]}', '[]', '2023-11-13 13:50:40.972000', '2023-11-13 13:50:40.972000', NULL, NULL, '{}'), +(331, 'plugin::content-manager.explorer.update', 'api::filter-item.filter-item', '{\"fields\":[\"label\",\"slug\",\"product\",\"filter_category\"]}', '[]', '2023-11-13 13:50:40.974000', '2023-11-13 13:50:40.974000', NULL, NULL, '{}'), +(332, 'plugin::content-manager.explorer.update', 'api::filter-section.filter-section', '{\"fields\":[\"label\",\"slug\",\"filter_categories\"]}', '[]', '2023-11-13 13:50:40.976000', '2023-11-13 13:50:40.976000', NULL, NULL, '{}'), +(334, 'plugin::content-manager.explorer.update', 'api::product.product', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"amount\",\"vat\",\"filter_items\"]}', '[]', '2023-11-13 13:50:40.982000', '2023-11-13 13:50:40.982000', NULL, NULL, '{}'), +(335, 'plugin::content-manager.explorer.update', 'api::vat.vat', '{\"fields\":[\"label\",\"amount\"]}', '[]', '2023-11-13 13:50:40.984000', '2023-11-13 13:50:40.984000', NULL, NULL, '{}'), +(336, 'plugin::content-manager.explorer.update', 'api::vendor.vendor', '{\"fields\":[\"name\",\"slug\",\"active\",\"admin_users\",\"override\"]}', '[]', '2023-11-13 13:50:40.987000', '2023-11-13 13:50:40.987000', NULL, NULL, '{}'), +(337, 'plugin::content-manager.explorer.update', 'api::writer.writer', '{\"fields\":[\"name\",\"picture\",\"articles\",\"email\"]}', '[]', '2023-11-13 13:50:40.989000', '2023-11-13 13:50:40.989000', NULL, NULL, '{}'), +(338, 'plugin::content-manager.explorer.delete', 'plugin::users-permissions.user', '{}', '[]', '2023-11-13 13:50:40.992000', '2023-11-13 13:50:40.992000', NULL, NULL, '{}'), +(339, 'plugin::content-manager.explorer.delete', 'api::article.article', '{}', '[]', '2023-11-13 13:50:40.994000', '2023-11-13 13:50:40.994000', NULL, NULL, '{}'), +(340, 'plugin::content-manager.explorer.delete', 'api::category.category', '{}', '[]', '2023-11-13 13:50:40.996000', '2023-11-13 13:50:40.996000', NULL, NULL, '{}'), +(341, 'plugin::content-manager.explorer.delete', 'api::filter-category.filter-category', '{}', '[]', '2023-11-13 13:50:40.999000', '2023-11-13 13:50:40.999000', NULL, NULL, '{}'), +(342, 'plugin::content-manager.explorer.delete', 'api::filter-item.filter-item', '{}', '[]', '2023-11-13 13:50:41.001000', '2023-11-13 13:50:41.001000', NULL, NULL, '{}'), +(343, 'plugin::content-manager.explorer.delete', 'api::filter-section.filter-section', '{}', '[]', '2023-11-13 13:50:41.003000', '2023-11-13 13:50:41.003000', NULL, NULL, '{}'), +(344, 'plugin::content-manager.explorer.delete', 'api::page.page', '{}', '[]', '2023-11-13 13:50:41.006000', '2023-11-13 13:50:41.006000', NULL, NULL, '{}'), +(345, 'plugin::content-manager.explorer.delete', 'api::product.product', '{}', '[]', '2023-11-13 13:50:41.008000', '2023-11-13 13:50:41.008000', NULL, NULL, '{}'), +(346, 'plugin::content-manager.explorer.delete', 'api::vat.vat', '{}', '[]', '2023-11-13 13:50:41.010000', '2023-11-13 13:50:41.010000', NULL, NULL, '{}'), +(347, 'plugin::content-manager.explorer.delete', 'api::vendor.vendor', '{}', '[]', '2023-11-13 13:50:41.013000', '2023-11-13 13:50:41.013000', NULL, NULL, '{}'), +(348, 'plugin::content-manager.explorer.delete', 'api::writer.writer', '{}', '[]', '2023-11-13 13:50:41.015000', '2023-11-13 13:50:41.015000', NULL, NULL, '{}'), +(349, 'plugin::content-manager.explorer.publish', 'api::article.article', '{}', '[]', '2023-11-13 13:50:41.017000', '2023-11-13 13:50:41.017000', NULL, NULL, '{}'), +(350, 'plugin::content-manager.explorer.publish', 'api::category.category', '{}', '[]', '2023-11-13 13:50:41.019000', '2023-11-13 13:50:41.019000', NULL, NULL, '{}'), +(351, 'plugin::content-manager.explorer.publish', 'api::filter-category.filter-category', '{}', '[]', '2023-11-13 13:50:41.022000', '2023-11-13 13:50:41.022000', NULL, NULL, '{}'), +(352, 'plugin::content-manager.explorer.publish', 'api::filter-item.filter-item', '{}', '[]', '2023-11-13 13:50:41.024000', '2023-11-13 13:50:41.024000', NULL, NULL, '{}'), +(353, 'plugin::content-manager.explorer.publish', 'api::filter-section.filter-section', '{}', '[]', '2023-11-13 13:50:41.027000', '2023-11-13 13:50:41.027000', NULL, NULL, '{}'), +(354, 'plugin::content-manager.explorer.publish', 'api::page.page', '{}', '[]', '2023-11-13 13:50:41.029000', '2023-11-13 13:50:41.029000', NULL, NULL, '{}'), +(355, 'plugin::content-manager.explorer.publish', 'api::product.product', '{}', '[]', '2023-11-13 13:50:41.031000', '2023-11-13 13:50:41.031000', NULL, NULL, '{}'), +(356, 'plugin::content-manager.explorer.publish', 'api::vat.vat', '{}', '[]', '2023-11-13 13:50:41.034000', '2023-11-13 13:50:41.034000', NULL, NULL, '{}'), +(357, 'plugin::content-manager.explorer.publish', 'api::vendor.vendor', '{}', '[]', '2023-11-13 13:50:41.036000', '2023-11-13 13:50:41.036000', NULL, NULL, '{}'), +(358, 'plugin::content-manager.explorer.publish', 'api::writer.writer', '{}', '[]', '2023-11-13 13:50:41.038000', '2023-11-13 13:50:41.038000', NULL, NULL, '{}'), +(359, 'plugin::content-manager.single-types.configure-view', NULL, '{}', '[]', '2023-11-13 13:50:41.040000', '2023-11-13 13:50:41.040000', NULL, NULL, '{}'), +(360, 'plugin::content-manager.collection-types.configure-view', NULL, '{}', '[]', '2023-11-13 13:50:41.043000', '2023-11-13 13:50:41.043000', NULL, NULL, '{}'), +(361, 'plugin::content-manager.components.configure-layout', NULL, '{}', '[]', '2023-11-13 13:50:41.045000', '2023-11-13 13:50:41.045000', NULL, NULL, '{}'), +(362, 'plugin::content-type-builder.read', NULL, '{}', '[]', '2023-11-13 13:50:41.047000', '2023-11-13 13:50:41.047000', NULL, NULL, '{}'), +(363, 'plugin::email.settings.read', NULL, '{}', '[]', '2023-11-13 13:50:41.049000', '2023-11-13 13:50:41.049000', NULL, NULL, '{}'), +(364, 'plugin::upload.read', NULL, '{}', '[]', '2023-11-13 13:50:41.052000', '2023-11-13 13:50:41.052000', NULL, NULL, '{}'), +(365, 'plugin::upload.assets.create', NULL, '{}', '[]', '2023-11-13 13:50:41.054000', '2023-11-13 13:50:41.054000', NULL, NULL, '{}'), +(366, 'plugin::upload.assets.update', NULL, '{}', '[]', '2023-11-13 13:50:41.113000', '2023-11-13 13:50:41.113000', NULL, NULL, '{}'), +(367, 'plugin::upload.assets.download', NULL, '{}', '[]', '2023-11-13 13:50:41.116000', '2023-11-13 13:50:41.116000', NULL, NULL, '{}'), +(368, 'plugin::upload.assets.copy-link', NULL, '{}', '[]', '2023-11-13 13:50:41.118000', '2023-11-13 13:50:41.118000', NULL, NULL, '{}'), +(369, 'plugin::upload.configure-view', NULL, '{}', '[]', '2023-11-13 13:50:41.121000', '2023-11-13 13:50:41.121000', NULL, NULL, '{}'), +(370, 'plugin::upload.settings.read', NULL, '{}', '[]', '2023-11-13 13:50:41.124000', '2023-11-13 13:50:41.124000', NULL, NULL, '{}'), +(371, 'plugin::import-export-entries.import', NULL, '{}', '[]', '2023-11-13 13:50:41.126000', '2023-11-13 13:50:41.126000', NULL, NULL, '{}'), +(372, 'plugin::import-export-entries.export', NULL, '{}', '[]', '2023-11-13 13:50:41.128000', '2023-11-13 13:50:41.128000', NULL, NULL, '{}'), +(373, 'plugin::i18n.locale.create', NULL, '{}', '[]', '2023-11-13 13:50:41.131000', '2023-11-13 13:50:41.131000', NULL, NULL, '{}'), +(374, 'plugin::i18n.locale.read', NULL, '{}', '[]', '2023-11-13 13:50:41.133000', '2023-11-13 13:50:41.133000', NULL, NULL, '{}'), +(375, 'plugin::i18n.locale.update', NULL, '{}', '[]', '2023-11-13 13:50:41.135000', '2023-11-13 13:50:41.135000', NULL, NULL, '{}'), +(376, 'plugin::i18n.locale.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.138000', '2023-11-13 13:50:41.138000', NULL, NULL, '{}'), +(377, 'plugin::users-permissions.roles.create', NULL, '{}', '[]', '2023-11-13 13:50:41.139000', '2023-11-13 13:50:41.139000', NULL, NULL, '{}'), +(378, 'plugin::users-permissions.roles.read', NULL, '{}', '[]', '2023-11-13 13:50:41.141000', '2023-11-13 13:50:41.141000', NULL, NULL, '{}'), +(379, 'plugin::users-permissions.roles.update', NULL, '{}', '[]', '2023-11-13 13:50:41.143000', '2023-11-13 13:50:41.143000', NULL, NULL, '{}'), +(380, 'plugin::users-permissions.roles.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.146000', '2023-11-13 13:50:41.146000', NULL, NULL, '{}'), +(381, 'plugin::users-permissions.providers.read', NULL, '{}', '[]', '2023-11-13 13:50:41.148000', '2023-11-13 13:50:41.148000', NULL, NULL, '{}'), +(382, 'plugin::users-permissions.providers.update', NULL, '{}', '[]', '2023-11-13 13:50:41.150000', '2023-11-13 13:50:41.150000', NULL, NULL, '{}'), +(383, 'plugin::users-permissions.email-templates.read', NULL, '{}', '[]', '2023-11-13 13:50:41.152000', '2023-11-13 13:50:41.152000', NULL, NULL, '{}'), +(384, 'plugin::users-permissions.email-templates.update', NULL, '{}', '[]', '2023-11-13 13:50:41.154000', '2023-11-13 13:50:41.154000', NULL, NULL, '{}'), +(385, 'plugin::users-permissions.advanced-settings.read', NULL, '{}', '[]', '2023-11-13 13:50:41.156000', '2023-11-13 13:50:41.156000', NULL, NULL, '{}'), +(386, 'plugin::users-permissions.advanced-settings.update', NULL, '{}', '[]', '2023-11-13 13:50:41.158000', '2023-11-13 13:50:41.158000', NULL, NULL, '{}'), +(387, 'admin::marketplace.read', NULL, '{}', '[]', '2023-11-13 13:50:41.161000', '2023-11-13 13:50:41.161000', NULL, NULL, '{}'), +(388, 'admin::webhooks.create', NULL, '{}', '[]', '2023-11-13 13:50:41.163000', '2023-11-13 13:50:41.163000', NULL, NULL, '{}'), +(389, 'admin::webhooks.read', NULL, '{}', '[]', '2023-11-13 13:50:41.165000', '2023-11-13 13:50:41.165000', NULL, NULL, '{}'), +(390, 'admin::webhooks.update', NULL, '{}', '[]', '2023-11-13 13:50:41.167000', '2023-11-13 13:50:41.167000', NULL, NULL, '{}'), +(391, 'admin::webhooks.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.169000', '2023-11-13 13:50:41.169000', NULL, NULL, '{}'), +(392, 'admin::users.create', NULL, '{}', '[]', '2023-11-13 13:50:41.171000', '2023-11-13 13:50:41.171000', NULL, NULL, '{}'), +(393, 'admin::users.read', NULL, '{}', '[]', '2023-11-13 13:50:41.173000', '2023-11-13 13:50:41.173000', NULL, NULL, '{}'), +(394, 'admin::users.update', NULL, '{}', '[]', '2023-11-13 13:50:41.175000', '2023-11-13 13:50:41.175000', NULL, NULL, '{}'), +(395, 'admin::users.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.177000', '2023-11-13 13:50:41.177000', NULL, NULL, '{}'), +(396, 'admin::roles.create', NULL, '{}', '[]', '2023-11-13 13:50:41.179000', '2023-11-13 13:50:41.179000', NULL, NULL, '{}'), +(397, 'admin::roles.read', NULL, '{}', '[]', '2023-11-13 13:50:41.181000', '2023-11-13 13:50:41.181000', NULL, NULL, '{}'), +(398, 'admin::roles.update', NULL, '{}', '[]', '2023-11-13 13:50:41.183000', '2023-11-13 13:50:41.183000', NULL, NULL, '{}'), +(399, 'admin::roles.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.185000', '2023-11-13 13:50:41.185000', NULL, NULL, '{}'), +(400, 'admin::api-tokens.access', NULL, '{}', '[]', '2023-11-13 13:50:41.188000', '2023-11-13 13:50:41.188000', NULL, NULL, '{}'), +(401, 'admin::api-tokens.create', NULL, '{}', '[]', '2023-11-13 13:50:41.190000', '2023-11-13 13:50:41.190000', NULL, NULL, '{}'), +(402, 'admin::api-tokens.read', NULL, '{}', '[]', '2023-11-13 13:50:41.192000', '2023-11-13 13:50:41.192000', NULL, NULL, '{}'), +(403, 'admin::api-tokens.update', NULL, '{}', '[]', '2023-11-13 13:50:41.194000', '2023-11-13 13:50:41.194000', NULL, NULL, '{}'), +(404, 'admin::api-tokens.regenerate', NULL, '{}', '[]', '2023-11-13 13:50:41.196000', '2023-11-13 13:50:41.196000', NULL, NULL, '{}'), +(405, 'admin::api-tokens.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.198000', '2023-11-13 13:50:41.198000', NULL, NULL, '{}'), +(406, 'admin::project-settings.update', NULL, '{}', '[]', '2023-11-13 13:50:41.201000', '2023-11-13 13:50:41.201000', NULL, NULL, '{}'), +(407, 'admin::project-settings.read', NULL, '{}', '[]', '2023-11-13 13:50:41.204000', '2023-11-13 13:50:41.204000', NULL, NULL, '{}'), +(408, 'admin::transfer.tokens.access', NULL, '{}', '[]', '2023-11-13 13:50:41.208000', '2023-11-13 13:50:41.208000', NULL, NULL, '{}'), +(409, 'admin::transfer.tokens.create', NULL, '{}', '[]', '2023-11-13 13:50:41.211000', '2023-11-13 13:50:41.211000', NULL, NULL, '{}'), +(410, 'admin::transfer.tokens.read', NULL, '{}', '[]', '2023-11-13 13:50:41.213000', '2023-11-13 13:50:41.213000', NULL, NULL, '{}'), +(411, 'admin::transfer.tokens.update', NULL, '{}', '[]', '2023-11-13 13:50:41.215000', '2023-11-13 13:50:41.215000', NULL, NULL, '{}'), +(412, 'admin::transfer.tokens.regenerate', NULL, '{}', '[]', '2023-11-13 13:50:41.217000', '2023-11-13 13:50:41.217000', NULL, NULL, '{}'), +(413, 'admin::transfer.tokens.delete', NULL, '{}', '[]', '2023-11-13 13:50:41.220000', '2023-11-13 13:50:41.220000', NULL, NULL, '{}'), +(423, 'plugin::content-manager.explorer.create', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.950000', '2024-06-13 10:39:29.950000', NULL, NULL, '{}'), +(424, 'plugin::content-manager.explorer.create', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.955000', '2024-06-13 10:39:29.955000', NULL, NULL, '{}'), +(425, 'plugin::content-manager.explorer.create', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\",\"home\",\"content\"]}', '[]', '2024-06-13 10:39:29.959000', '2024-06-13 10:39:29.959000', NULL, NULL, '{}'), +(426, 'plugin::content-manager.explorer.read', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.963000', '2024-06-13 10:39:29.963000', NULL, NULL, '{}'), +(427, 'plugin::content-manager.explorer.read', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.966000', '2024-06-13 10:39:29.966000', NULL, NULL, '{}'), +(428, 'plugin::content-manager.explorer.read', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\",\"home\",\"content\"]}', '[]', '2024-06-13 10:39:29.969000', '2024-06-13 10:39:29.969000', NULL, NULL, '{}'), +(429, 'plugin::content-manager.explorer.update', 'api::article.article', '{\"fields\":[\"title\",\"description\",\"content\",\"slug\",\"category\",\"image\",\"author\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.972000', '2024-06-13 10:39:29.972000', NULL, NULL, '{}'), +(430, 'plugin::content-manager.explorer.update', 'api::category.category', '{\"fields\":[\"name\",\"slug\",\"articles\",\"image\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\"]}', '[]', '2024-06-13 10:39:29.976000', '2024-06-13 10:39:29.976000', NULL, NULL, '{}'), +(431, 'plugin::content-manager.explorer.update', 'api::page.page', '{\"fields\":[\"label\",\"slug\",\"seo.metaTitle\",\"seo.metaDescription\",\"seo.SharedImage.alt\",\"seo.SharedImage.media\",\"seo.preventIndexing\",\"seo.structuredData\",\"seo.metaType\",\"home\",\"content\"]}', '[]', '2024-06-13 10:39:29.984000', '2024-06-13 10:39:29.984000', NULL, NULL, '{}'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `admin_permissions_role_links` +-- + +CREATE TABLE `admin_permissions_role_links` ( + `id` int(10) UNSIGNED NOT NULL, + `permission_id` int(10) UNSIGNED DEFAULT NULL, + `role_id` int(10) UNSIGNED DEFAULT NULL, + `permission_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `admin_permissions_role_links` +-- + +INSERT INTO `admin_permissions_role_links` (`id`, `permission_id`, `role_id`, `permission_order`) VALUES +(4, 4, 2, 4), +(5, 5, 2, 5), +(6, 6, 2, 6), +(7, 7, 2, 7), +(8, 8, 2, 8), +(9, 9, 2, 9), +(10, 10, 2, 10), +(193, 193, 2, 11), +(194, 194, 2, 12), +(195, 195, 2, 13), +(196, 196, 2, 14), +(197, 197, 2, 15), +(198, 198, 2, 16), +(199, 199, 2, 17), +(200, 200, 2, 18), +(201, 201, 2, 19), +(202, 202, 2, 20), +(203, 203, 2, 21), +(204, 204, 2, 22), +(205, 205, 2, 23), +(206, 206, 2, 24), +(207, 207, 2, 25), +(208, 208, 2, 26), +(209, 209, 2, 27), +(210, 210, 2, 28), +(211, 211, 2, 29), +(212, 212, 2, 30), +(213, 213, 2, 31), +(214, 214, 2, 32), +(215, 215, 2, 33), +(216, 216, 2, 34), +(217, 217, 2, 35), +(218, 218, 2, 36), +(219, 219, 2, 37), +(220, 220, 2, 38), +(221, 221, 2, 39), +(222, 222, 2, 40), +(223, 223, 2, 41), +(224, 224, 2, 42), +(225, 225, 2, 43), +(226, 226, 2, 44), +(227, 227, 2, 45), +(228, 228, 2, 46), +(229, 229, 2, 47), +(230, 230, 2, 48), +(231, 231, 2, 49), +(232, 232, 2, 50), +(233, 233, 2, 51), +(234, 234, 2, 52), +(235, 235, 2, 53), +(236, 236, 2, 54), +(237, 237, 2, 55), +(238, 238, 2, 56), +(239, 239, 2, 57), +(246, 246, 4, 1), +(247, 247, 4, 2), +(248, 248, 4, 3), +(249, 249, 4, 4), +(250, 250, 4, 5), +(305, 305, 1, 1), +(308, 308, 1, 4), +(309, 309, 1, 5), +(310, 310, 1, 6), +(312, 312, 1, 8), +(313, 313, 1, 9), +(314, 314, 1, 10), +(315, 315, 1, 11), +(316, 316, 1, 12), +(319, 319, 1, 15), +(320, 320, 1, 16), +(321, 321, 1, 17), +(323, 323, 1, 19), +(324, 324, 1, 20), +(325, 325, 1, 21), +(326, 326, 1, 22), +(327, 327, 1, 23), +(330, 330, 1, 26), +(331, 331, 1, 27), +(332, 332, 1, 28), +(334, 334, 1, 30), +(335, 335, 1, 31), +(336, 336, 1, 32), +(337, 337, 1, 33), +(338, 338, 1, 34), +(339, 339, 1, 35), +(340, 340, 1, 36), +(341, 341, 1, 37), +(342, 342, 1, 38), +(343, 343, 1, 39), +(344, 344, 1, 40), +(345, 345, 1, 41), +(346, 346, 1, 42), +(347, 347, 1, 43), +(348, 348, 1, 44), +(349, 349, 1, 45), +(350, 350, 1, 46), +(351, 351, 1, 47), +(352, 352, 1, 48), +(353, 353, 1, 49), +(354, 354, 1, 50), +(355, 355, 1, 51), +(356, 356, 1, 52), +(357, 357, 1, 53), +(358, 358, 1, 54), +(359, 359, 1, 55), +(360, 360, 1, 56), +(361, 361, 1, 57), +(362, 362, 1, 58), +(363, 363, 1, 59), +(364, 364, 1, 60), +(365, 365, 1, 61), +(366, 366, 1, 62), +(367, 367, 1, 63), +(368, 368, 1, 64), +(369, 369, 1, 65), +(370, 370, 1, 66), +(371, 371, 1, 67), +(372, 372, 1, 68), +(373, 373, 1, 69), +(374, 374, 1, 70), +(375, 375, 1, 71), +(376, 376, 1, 72), +(377, 377, 1, 73), +(378, 378, 1, 74), +(379, 379, 1, 75), +(380, 380, 1, 76), +(381, 381, 1, 77), +(382, 382, 1, 78), +(383, 383, 1, 79), +(384, 384, 1, 80), +(385, 385, 1, 81), +(386, 386, 1, 82), +(387, 387, 1, 83), +(388, 388, 1, 84), +(389, 389, 1, 85), +(390, 390, 1, 86), +(391, 391, 1, 87), +(392, 392, 1, 88), +(393, 393, 1, 89), +(394, 394, 1, 90), +(395, 395, 1, 91), +(396, 396, 1, 92), +(397, 397, 1, 93), +(398, 398, 1, 94), +(399, 399, 1, 95), +(400, 400, 1, 96), +(401, 401, 1, 97), +(402, 402, 1, 98), +(403, 403, 1, 99), +(404, 404, 1, 100), +(405, 405, 1, 101), +(406, 406, 1, 102), +(407, 407, 1, 103), +(408, 408, 1, 104), +(409, 409, 1, 105), +(410, 410, 1, 106), +(411, 411, 1, 107), +(412, 412, 1, 108), +(413, 413, 1, 109), +(423, 423, 1, 110), +(424, 424, 1, 111), +(425, 425, 1, 112), +(426, 426, 1, 113), +(427, 427, 1, 114), +(428, 428, 1, 115), +(429, 429, 1, 116), +(430, 430, 1, 117), +(431, 431, 1, 118); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `admin_roles` +-- + +CREATE TABLE `admin_roles` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `code` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `admin_roles` +-- + +INSERT INTO `admin_roles` (`id`, `name`, `code`, `description`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Super Admin', 'strapi-super-admin', 'Super Admins can access and manage all features and settings.', '2023-01-23 09:35:14.688000', '2023-01-23 09:35:14.688000', NULL, NULL), +(2, 'Administrateurs', 'strapi-editor', 'Editors can manage and publish contents including those of other users.', '2023-01-23 09:35:14.702000', '2023-02-22 17:22:36.126000', NULL, NULL), +(3, 'Vendeur', 'strapi-author', 'Authors can manage the content they have created.', '2023-01-23 09:35:14.713000', '2023-05-11 12:21:54.981000', NULL, NULL), +(4, 'test', 'test-lh970jav', 'Created May 4th, 2023', '2023-05-04 15:58:43.639000', '2023-05-11 10:59:11.990000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `admin_users` +-- + +CREATE TABLE `admin_users` ( + `id` int(10) UNSIGNED NOT NULL, + `firstname` varchar(255) DEFAULT NULL, + `lastname` varchar(255) DEFAULT NULL, + `username` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `password` varchar(255) DEFAULT NULL, + `reset_password_token` varchar(255) DEFAULT NULL, + `registration_token` varchar(255) DEFAULT NULL, + `is_active` tinyint(1) DEFAULT NULL, + `blocked` tinyint(1) DEFAULT NULL, + `prefered_language` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `admin_users` +-- + +INSERT INTO `admin_users` (`id`, `firstname`, `lastname`, `username`, `email`, `password`, `reset_password_token`, `registration_token`, `is_active`, `blocked`, `prefered_language`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Sébastien', 'Näser', 'Sebsn', 'sebastien.naser@gmail.com', '$2a$10$uc69TMTR2mGr2/JlMQKB6ORFfD8kodDXB3MNbLQ0N2Pd1gHD0aIma', NULL, NULL, 1, 0, NULL, '2023-01-23 09:38:28.959000', '2023-11-02 13:15:57.851000', NULL, NULL), +(2, 'Sébastien 2', 'Näser', 'SebsnPro', 'sebastien.naser.pro@gmail.com', '$2a$10$urZlHpo9mYCO1TLdGl6in.2k7rYav.TLwvXG2daUVH7qjMpR/AeN2', NULL, NULL, 1, 0, 'fr', '2023-02-23 08:03:21.172000', '2023-05-22 09:40:39.220000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `admin_users_roles_links` +-- + +CREATE TABLE `admin_users_roles_links` ( + `id` int(10) UNSIGNED NOT NULL, + `user_id` int(10) UNSIGNED DEFAULT NULL, + `role_id` int(10) UNSIGNED DEFAULT NULL, + `role_order` double UNSIGNED DEFAULT NULL, + `user_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `admin_users_roles_links` +-- + +INSERT INTO `admin_users_roles_links` (`id`, `user_id`, `role_id`, `role_order`, `user_order`) VALUES +(1, 1, 1, 1, 1), +(2, 2, 3, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `articles` +-- + +CREATE TABLE `articles` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `description` longtext DEFAULT NULL, + `content` longtext DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `articles` +-- + +INSERT INTO `articles` (`id`, `title`, `description`, `content`, `slug`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Ouverture de l\'école de guitare en ligne !', 'Ceci est la 1ère page du blog', 'Bienvenue à tous les amoureux de la musique et de la guitare sur le blog de l\'école de guitare !\n\nVous trouverez ici des articles et des vidéos régulièrement mis à jour afin de vous aider à apprendre la guitare et à améliorer votre technique.\n\nNous partagerons également des interviews exclusives avec certains des plus grands guitaristes du monde ainsi que des informations sur les dernières nouveautés en matière de guitare et d\'équipement.\n\nVous aurez également accès à des conseils et des astuces pour vous aider à devenir un meilleur guitariste et à progresser rapidement.\n\nNous espérons que vous trouverez ce blog utile et que vous y trouverez des informations intéressantes pour vous aider à améliorer votre jeu et à progresser !', 'ouverture-de-l-ecole-de-guitare-en-ligne', '2023-02-07 16:50:54.214000', '2023-11-03 12:09:32.440000', '2023-02-07 16:50:55.109000', 1, 1), +(2, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sagittis.', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sagittis.', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tellus nibh, mattis non euismod et, rutrum eget elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Curabitur venenatis eu velit a consequat. Morbi nec arcu metus. Praesent eros tortor, blandit id magna id, consequat elementum velit. Nunc interdum tempus turpis, id gravida sem pharetra vestibulum. Aenean ante metus, consectetur quis hendrerit ut, luctus sed velit. Aenean ultrices rhoncus nisl, vel varius magna semper nec. Fusce pretium justo sed fringilla porta. Proin tincidunt, elit ut maximus bibendum, lorem ex vulputate turpis, eget laoreet odio nulla in odio.\n\nPraesent vitae elit sit amet est ultrices sagittis sed vel magna. Curabitur pretium, ligula quis ultricies vehicula, tortor mauris vulputate ligula, vitae semper elit odio rhoncus augue. Praesent eu velit enim. Mauris at enim eu orci varius consectetur. Aliquam ac ornare mauris. Proin dignissim pharetra magna vitae fermentum. In hac habitasse platea dictumst. Donec sodales sem id feugiat fermentum. Integer ornare tellus id facilisis dignissim. Sed mollis erat id euismod aliquet. Ut at metus sit amet odio elementum tincidunt id nec massa. Morbi sed leo eget elit imperdiet volutpat non id orci. Fusce bibendum at purus sollicitudin vestibulum. Integer ipsum massa, eleifend commodo nulla ut, eleifend rutrum arcu.\n\nMauris molestie ex id magna tristique, at fermentum arcu tempor. Vivamus tincidunt facilisis sem tempus sollicitudin. Aenean congue, lectus quis rhoncus hendrerit, est ante commodo lorem, nec aliquam ante urna ut dolor. Phasellus tellus ante, bibendum eget ex vel, porta pretium leo. Cras bibendum porta lorem ut vehicula. Cras vestibulum euismod erat, vel ullamcorper leo. Aenean id bibendum felis. Etiam ultrices ligula a tortor elementum elementum. In iaculis aliquet sodales.', 'lorem-ipsum-dolor-sit-amet', '2023-02-09 15:27:23.365000', '2023-10-31 12:33:40.279000', '2023-02-09 15:30:31.788000', 1, 1), +(3, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam a massa lectus. Aliquam ultrices maximus.', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean elementum quis est a ullamcorper. Nam vitae tempor eros. Etiam sodales risus in hendrerit aliquet. Vestibulum in nulla quis odio hendrerit ullamcorper. Sed porta eros quis urna feugiat, vitae condimentum arcu pellentesque. Nullam mollis dui in maximus feugiat.', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquet ipsum orci, vitae tempus diam lacinia eget. Aenean dignissim quam sit amet arcu consectetur tincidunt sit amet vitae odio. Nunc id dolor ac neque vestibulum suscipit eget ac nibh. Maecenas a nibh vel urna rutrum cursus at vel odio. In lacinia sed ligula sit amet faucibus. Suspendisse laoreet est leo, eget lacinia sem vestibulum vel. Mauris nulla ligula, mollis et diam et, accumsan interdum nisi. Praesent pulvinar convallis velit nec varius. Maecenas sit amet neque ut ipsum ornare rutrum nec sit amet enim. Ut non tellus tincidunt, eleifend purus ornare, interdum nulla. Nulla facilisi. Donec id erat quis velit pharetra sodales. Maecenas in magna ac dolor malesuada consectetur in nec dolor. Fusce consectetur commodo cursus. In a purus ac risus malesuada molestie.\n\nMauris ornare fermentum maximus. In eu lectus vehicula, sodales tellus eget, euismod elit. Nunc id gravida dui, at molestie purus. In molestie, felis nec tempor convallis, nunc turpis mattis lorem, quis molestie orci sem non mauris. Curabitur sollicitudin efficitur magna, nec tempor leo bibendum quis. Nam tincidunt sem id iaculis congue. Proin elementum iaculis est id posuere. Nullam sed efficitur justo. Sed eget tortor tincidunt, accumsan nunc id, vehicula justo. Aliquam laoreet diam vitae est tincidunt blandit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Praesent in risus eu libero volutpat rutrum nec eget magna. Sed faucibus est et sagittis laoreet.\n\nUt commodo facilisis vulputate. Pellentesque convallis non massa ut eleifend. Vestibulum non eleifend lectus. Pellentesque blandit sit amet urna id auctor. Pellentesque felis odio, suscipit gravida porttitor ut, pulvinar vitae nibh. Duis semper enim in urna commodo, non hendrerit sapien hendrerit. Nam dictum accumsan sem, vel dictum sem rutrum quis. Proin vel quam sed ante vulputate condimentum quis eget nunc. Nunc in tincidunt purus. Etiam et consectetur velit. Aenean sollicitudin suscipit mauris sit amet vulputate.\n\nSed commodo, felis dictum porttitor maximus, massa eros rutrum nibh, non viverra massa ante sed nisl. Suspendisse ut nisl ut ex ultricies varius vitae quis elit. Donec sed arcu congue, consequat libero a, condimentum risus. Etiam lobortis consectetur sapien id auctor. Curabitur enim nisl, faucibus eget imperdiet eu, tincidunt vitae enim. In semper finibus dui, ac accumsan ligula convallis non. Pellentesque ultricies massa nisi, at varius tellus efficitur eget. Aliquam fringilla dolor ex, at finibus nisi rhoncus fermentum. Pellentesque laoreet cursus justo in faucibus. Sed vestibulum eget leo at interdum. Cras eu enim iaculis, vulputate turpis sit amet, aliquet lorem. Sed egestas finibus felis, sed condimentum dolor posuere in.', 'lorem-ipsum-dolor-sit', '2023-02-09 15:52:10.475000', '2023-10-31 12:33:29.067000', '2023-02-09 15:52:11.743000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `articles_author_links` +-- + +CREATE TABLE `articles_author_links` ( + `id` int(10) UNSIGNED NOT NULL, + `article_id` int(10) UNSIGNED DEFAULT NULL, + `writer_id` int(10) UNSIGNED DEFAULT NULL, + `article_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `articles_author_links` +-- + +INSERT INTO `articles_author_links` (`id`, `article_id`, `writer_id`, `article_order`) VALUES +(1, 1, 1, 0), +(2, 3, 1, 1), +(3, 2, 1, 2); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `articles_category_links` +-- + +CREATE TABLE `articles_category_links` ( + `id` int(10) UNSIGNED NOT NULL, + `article_id` int(10) UNSIGNED DEFAULT NULL, + `category_id` int(10) UNSIGNED DEFAULT NULL, + `article_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `articles_category_links` +-- + +INSERT INTO `articles_category_links` (`id`, `article_id`, `category_id`, `article_order`) VALUES +(1, 1, 2, 1), +(2, 2, 2, 2), +(3, 3, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `articles_components` +-- + +CREATE TABLE `articles_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `articles_components` +-- + +INSERT INTO `articles_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 12, 'shared.seo', 'seo', NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `categories` +-- + +CREATE TABLE `categories` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `categories` +-- + +INSERT INTO `categories` (`id`, `name`, `slug`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Concert', 'concert', '2023-02-07 15:38:11.408000', '2023-02-13 15:44:24.013000', '2023-02-07 15:38:12.760000', 1, 1), +(2, 'Actualités', 'actualites', '2023-02-07 15:38:50.220000', '2023-02-07 15:38:50.965000', '2023-02-07 15:38:50.961000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `categories_components` +-- + +CREATE TABLE `categories_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `categories_components` +-- + +INSERT INTO `categories_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 11, 'shared.seo', 'seo', NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_actions_buttons` +-- + +CREATE TABLE `components_actions_buttons` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `path` varchar(255) DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `source` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_actions_buttons` +-- + +INSERT INTO `components_actions_buttons` (`id`, `title`, `path`, `type`, `source`) VALUES +(1, 'test', NULL, NULL, NULL), +(2, 'test', 'test', 'primary', 'external'), +(3, 'Nous contacter', '/contact-us', 'primary', 'internal'), +(4, 'Acheter les livres', 'https://www.autour-de-la-guitare.com/category/all-products', 'primary', 'external'), +(5, 'En savoir plus', '/about-us', 'secondary', 'internal'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_content_carousels` +-- + +CREATE TABLE `components_content_carousels` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_content_carousels` +-- + +INSERT INTO `components_content_carousels` (`id`, `title`) VALUES +(1, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_content_carousels_components` +-- + +CREATE TABLE `components_content_carousels_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_content_carousels_components` +-- + +INSERT INTO `components_content_carousels_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 1, 'media.carousel-item', 'items', 1), +(3, 1, 2, 'media.carousel-item', 'items', 2); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_content_text_boxes` +-- + +CREATE TABLE `components_content_text_boxes` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `content` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_content_text_boxes` +-- + +INSERT INTO `components_content_text_boxes` (`id`, `title`, `content`) VALUES +(2, 'Méthode révolutionnaire pour apprendre à jouer', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed feugiat nulla lorem, at consectetur ligula pulvinar nec. Fusce dictum aliquet tellus id aliquam. Praesent feugiat tincidunt ante. Aliquam non lectus est. Suspendisse porta, dolor vel aliquet pharetra, ipsum diam laoreet ante, a feugiat nisi justo eu est.\n\nSuspendisse in eros nisl. Vivamus eu convallis massa. Phasellus sit amet felis ut velit semper sagittis eget vitae arcu. Nunc leo est, vulputate sed libero non, efficitur lobortis odio. Proin fermentum massa non metus bibendum imperdiet'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_carousel_images` +-- + +CREATE TABLE `components_media_carousel_images` ( + `id` int(10) UNSIGNED NOT NULL, + `orientation` varchar(255) DEFAULT NULL, + `fullscreen` tinyint(1) DEFAULT NULL, + `format` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_carousel_images` +-- + +INSERT INTO `components_media_carousel_images` (`id`, `orientation`, `fullscreen`, `format`) VALUES +(1, 'rightside', 1, 'movie'), +(2, 'leftside', 0, 'picture'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_carousel_items` +-- + +CREATE TABLE `components_media_carousel_items` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `subtitle` varchar(255) DEFAULT NULL, + `columns` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_carousel_items` +-- + +INSERT INTO `components_media_carousel_items` (`id`, `title`, `subtitle`, `columns`) VALUES +(1, 'Apprendre la guitare facilement', 'Découvrez une nouvelle méthode unique dématérialisée pour apprendre facilement à jouer de la guitare à votre propre rythme !', 'two'), +(2, 'Livre de formation', 'Nos leçons sont également disponible sous format papier. Ces livres incluent toutes les leçons et exercices.', 'two'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_carousel_items_components` +-- + +CREATE TABLE `components_media_carousel_items_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_carousel_items_components` +-- + +INSERT INTO `components_media_carousel_items_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 1, 'media.carousel-image', 'illustration', 2), +(2, 1, 3, 'actions.button', 'actions', 1), +(3, 2, 2, 'media.carousel-image', 'illustration', 2), +(4, 2, 4, 'actions.button', 'actions', 1), +(34, 1, 5, 'actions.button', 'actions', 2); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_mosaics` +-- + +CREATE TABLE `components_media_mosaics` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `subtitle` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_mosaics` +-- + +INSERT INTO `components_media_mosaics` (`id`, `title`, `subtitle`) VALUES +(1, 'Pourquoi nous faire confiance ?', ' Nous mettons l\'accent sur certains points afin d\'offrir la meilleure expérience utilisateur.'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_mosaics_components` +-- + +CREATE TABLE `components_media_mosaics_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_mosaics_components` +-- + +INSERT INTO `components_media_mosaics_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 1, 'media.mosaic-item', 'items', 1), +(2, 1, 2, 'media.mosaic-item', 'items', 2), +(3, 1, 3, 'media.mosaic-item', 'items', 3), +(4, 1, 4, 'media.mosaic-item', 'items', 4), +(5, 1, 5, 'media.mosaic-item', 'items', 5), +(6, 1, 6, 'media.mosaic-item', 'items', 6); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_mosaic_items` +-- + +CREATE TABLE `components_media_mosaic_items` ( + `id` int(10) UNSIGNED NOT NULL, + `icon` varchar(255) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_mosaic_items` +-- + +INSERT INTO `components_media_mosaic_items` (`id`, `icon`, `title`, `description`) VALUES +(1, 'tablet-screen-button', 'Format adapté', 'Nos cours et exercices sont accessibles sur tous support (Mobile, Tablette, Ordinateur, Papier)'), +(2, 'graduation-cap', 'Organisation pédagogique', 'Une équipe pédagogique vous accompagne tout au long de votre progression afin de vous apporter soutien et conseils.'), +(3, 'chalkboard-user', 'Espace dédié à l\'apprentissage', 'Un espace en ligne vous permet de gérer votre rythme d\'apprentissage en synchronisant votre progression entre tous vos appareils.'), +(4, 'lines-leaning', 'Contenu adapté et motivant', 'L\'apprentissage est découpé en 7 niveaux, avec des exercices selon les niveaux et les facultés de chacun.'), +(5, 'guitar', 'Une méthode révolutionnaire', 'Basé sur une nouvelle méthode révolutionnaire, cette méthode d\'apprentissage se base sur un ensemble de code couleur etc'), +(6, 'screwdriver-wrench', 'Des outils interactifs', 'Notre solution d\'apprentissage en ligne embarque une trousse a outils numérique utile pour tout joueur de guitare.'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_media_video_boxes` +-- + +CREATE TABLE `components_media_video_boxes` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `description` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `components_media_video_boxes` +-- + +INSERT INTO `components_media_video_boxes` (`id`, `title`, `description`) VALUES +(1, 'Démonstration en vidéo', 'Rien ne vaut une démonstration pour convaincre !'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_meta_metas` +-- + +CREATE TABLE `components_meta_metas` ( + `id` int(10) UNSIGNED NOT NULL, + `property` varchar(255) DEFAULT NULL, + `content` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_shared_seos` +-- + +CREATE TABLE `components_shared_seos` ( + `id` int(10) UNSIGNED NOT NULL, + `meta_title` varchar(255) DEFAULT NULL, + `meta_description` longtext DEFAULT NULL, + `prevent_indexing` tinyint(1) DEFAULT NULL, + `structured_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `meta_type` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `components_shared_seos` +-- + +INSERT INTO `components_shared_seos` (`id`, `meta_title`, `meta_description`, `prevent_indexing`, `structured_data`, `meta_type`) VALUES +(1, 'Accueil', 'L\'école de guitare MCeP permet d\'apprendre aux étudiants à jouer de la guitare en suivant des cours avec des professeurs expérimentés selon une méthode révolutionnaire. Les cours incluent des leçons vidéoludique sur la technique de jeu, et autres compétences liées à la guitare.', 0, NULL, NULL), +(2, 'Qui sommes-nous ?', 'Découvrez qui nous sommes et ce que nous faisons. Nous sommes une école offrant des services de qualité supérieure pour répondre aux besoin de nos étudiant(e)s. Avec une équipe expérimentée et passionnée, nous nous engageons à fournir un enseignement exceptionnel et à dépasser les attentes de nos étudiant(e)s. Rejoignez-nous dans notre mission et devenez partie intégrante de notre communauté. ', 0, NULL, NULL), +(3, 'L\'équipe', 'Rencontrez l\'équipe qui fait tourner les rouages de notre école de guitare. Nous sommes fiers de notre personnel expérimenté et dévoué, qui travaille ensemble pour atteindre notre mission d\'enseigner la guitare. Chacun de nos membres de l\'équipe apporte des compétences uniques et une passion pour ce qu\'ils font, garantissant un service de qualité supérieure pour nos étudiant(e)s. ', 0, NULL, NULL), +(4, 'Le programme', 'Explorez notre programme scolaire de MCeP. Nous offrons une variété de cours pour répondre aux besoins de nos étudiants, couvrant des sujets tels que . Avec des professeurs expérimentés et une méthodologie d\'enseignement moderne et révolutionnaire, nous nous engageons à fournir une formation de qualité supérieure pour nos étudiant(e)s. Que vous soyez débutant ou avancé, nous avons un programme qui conviendra à vos besoins éducatifs. Découvrez comment notre programme peut vous aider à atteindre vos objectifs. ', 0, NULL, NULL), +(5, 'Tarifs ', 'Découvrez nos tarifs et nos options de paiement. Nous sommes fiers de proposer des prix compétitifs pour nos cours catégorisés par niveaux, tout en garantissant une qualité supérieure. Nous sommes également heureux de fournir des informations sur les bourses et les aides financières disponibles pour les étudiants éligibles. Contactez-nous pour obtenir plus d\'informations sur nos tarifs et pour discuter de la meilleure option pour vous.', 0, NULL, NULL), +(6, 'Blog', 'Bienvenue sur notre blog, votre source d\'informations sur notre académie de Guitare. Nous partageons des articles rédigés par notre équipe d\'experts et des contributeurs invités sur des sujets divers et variés. Que vous soyez à la recherche de conseils pratiques, d\'idées d\'inspiration ou d\'informations sur l\'actualité de l\'école, notre blog est la pour vous tenir informé. Nous mettons régulièrement à jour notre contenu pour vous offrir les dernières tendances et les meilleurs pratiques. ', 0, NULL, 'website'), +(7, 'La boutique', 'Bienvenue dans notre boutique en ligne. Nous sommes spécialisés dans la vente de guitares de qualité supérieure pour tout les niveaux de joueurs. Nous avons une grande sélection d\'instrument de musique. Nous proposons également un large éventail d\'accessoires pour guitare. Nous vendons également les cours en version papiers et numériques ainsi que des partitions.', 0, NULL, NULL), +(8, 'Contactez-nous', 'N\'hésitez pas à nous contacter pour toute question ou demande de renseignement. Nous sommes là pour vous aider. Vous pouvez nous joindre par téléphone, par email ou en remplissant notre formulaire de contact sur notre site web. Nous ferons de notre mieux pour répondre à vos demandes dans les plus brefs délais. Nous apprécions vos commentaires et suggestions pour améliorer notre service. N\'hésitez pas à nous faire savoir comment nous pouvons vous aider.', 0, NULL, NULL), +(9, 'Connexion', 'Connectez-vous à votre compte pour accéder à vos informations personnelles et à vos commandes. Si vous n\'avez pas de compte, vous pouvez créer un compte en quelques minutes en fournissant vos informations de base. ', 0, NULL, NULL), +(10, 'Inscription', 'Inscrivez-vous pour créer votre compte personnel et profiter de tous les avantages de notre site. L\'inscription est facile et rapide, il vous suffit de fournir vos informations de base. ', 0, NULL, NULL), +(11, 'Concert', 'Concert à la date truc dans la salle machin', 0, NULL, NULL), +(12, 'Ouverture de l\'école de guitare en ligne !', 'Ceci est un test de description pour les réseaux sociaux', 0, NULL, 'article'), +(13, 'Condition d\'utilisation', 'test ', 0, NULL, 'article'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_shared_seos_components` +-- + +CREATE TABLE `components_shared_seos_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `components_shared_seos_components` +-- + +INSERT INTO `components_shared_seos_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 2, 'shared.shared-image', 'SharedImage', 0), +(4, 11, 3, 'shared.shared-image', 'SharedImage', NULL), +(5, 12, 4, 'shared.shared-image', 'SharedImage', NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_shared_shared_images` +-- + +CREATE TABLE `components_shared_shared_images` ( + `id` int(10) UNSIGNED NOT NULL, + `alt` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `components_shared_shared_images` +-- + +INSERT INTO `components_shared_shared_images` (`id`, `alt`) VALUES +(1, NULL), +(2, NULL), +(3, NULL), +(4, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `components_utils_navigates` +-- + +CREATE TABLE `components_utils_navigates` ( + `id` int(10) UNSIGNED NOT NULL, + `path` varchar(255) DEFAULT NULL, + `source` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `files` +-- + +CREATE TABLE `files` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `alternative_text` varchar(255) DEFAULT NULL, + `caption` varchar(255) DEFAULT NULL, + `width` int(11) DEFAULT NULL, + `height` int(11) DEFAULT NULL, + `formats` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `hash` varchar(255) DEFAULT NULL, + `ext` varchar(255) DEFAULT NULL, + `mime` varchar(255) DEFAULT NULL, + `size` decimal(10,2) DEFAULT NULL, + `url` varchar(255) DEFAULT NULL, + `preview_url` varchar(255) DEFAULT NULL, + `provider` varchar(255) DEFAULT NULL, + `provider_metadata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `folder_path` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `files` +-- + +INSERT INTO `files` (`id`, `name`, `alternative_text`, `caption`, `width`, `height`, `formats`, `hash`, `ext`, `mime`, `size`, `url`, `preview_url`, `provider`, `provider_metadata`, `folder_path`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(6, 'default-cover-5.jpg', NULL, NULL, 1280, 650, '{\"thumbnail\":{\"name\":\"thumbnail_default-cover-5.jpg\",\"hash\":\"thumbnail_default_cover_5_03a786171b\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":124,\"size\":1.37,\"url\":\"/uploads/thumbnail_default_cover_5_03a786171b.jpg\"},\"large\":{\"name\":\"large_default-cover-5.jpg\",\"hash\":\"large_default_cover_5_03a786171b\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":1000,\"height\":508,\"size\":8.11,\"url\":\"/uploads/large_default_cover_5_03a786171b.jpg\"},\"medium\":{\"name\":\"medium_default-cover-5.jpg\",\"hash\":\"medium_default_cover_5_03a786171b\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":381,\"size\":5.31,\"url\":\"/uploads/medium_default_cover_5_03a786171b.jpg\"},\"small\":{\"name\":\"small_default-cover-5.jpg\",\"hash\":\"small_default_cover_5_03a786171b\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":254,\"size\":3.06,\"url\":\"/uploads/small_default_cover_5_03a786171b.jpg\"}}', 'default_cover_5_03a786171b', '.jpg', 'image/jpeg', 11.16, '/uploads/default_cover_5_03a786171b.jpg', NULL, 'local', NULL, '/', '2023-10-26 16:45:23.604000', '2023-10-26 16:45:23.604000', 1, 1), +(7, 'default-cover-6.jpg', NULL, NULL, 1280, 650, '{\"thumbnail\":{\"name\":\"thumbnail_default-cover-6.jpg\",\"hash\":\"thumbnail_default_cover_6_01f576bdcd\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":124,\"size\":1.54,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1698565298/thumbnail_default_cover_6_01f576bdcd.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_default_cover_6_01f576bdcd\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_default-cover-6.jpg\",\"hash\":\"medium_default_cover_6_01f576bdcd\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":381,\"size\":6.23,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1698565298/medium_default_cover_6_01f576bdcd.jpg\",\"provider_metadata\":{\"public_id\":\"medium_default_cover_6_01f576bdcd\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_default-cover-6.jpg\",\"hash\":\"small_default_cover_6_01f576bdcd\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":254,\"size\":3.67,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1698565298/small_default_cover_6_01f576bdcd.jpg\",\"provider_metadata\":{\"public_id\":\"small_default_cover_6_01f576bdcd\",\"resource_type\":\"image\"}},\"large\":{\"name\":\"large_default-cover-6.jpg\",\"hash\":\"large_default_cover_6_01f576bdcd\",\"ext\":\".jpg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":1000,\"height\":508,\"size\":9.55,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1698565298/large_default_cover_6_01f576bdcd.jpg\",\"provider_metadata\":{\"public_id\":\"large_default_cover_6_01f576bdcd\",\"resource_type\":\"image\"}}}', 'default_cover_6_01f576bdcd', '.jpg', 'image/jpeg', 12.98, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1698565298/default_cover_6_01f576bdcd.jpg', NULL, 'cloudinary', '{\"public_id\":\"default_cover_6_01f576bdcd\",\"resource_type\":\"image\"}', '/', '2023-10-26 16:48:39.811000', '2023-10-29 08:42:24.117000', 1, 1), +(8, 'images.jpeg', NULL, NULL, 275, 183, '{\"thumbnail\":{\"name\":\"thumbnail_images.jpeg\",\"hash\":\"thumbnail_images_66c145bb5d\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":234,\"height\":156,\"size\":9.96,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1698336408/thumbnail_images_66c145bb5d.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_images_66c145bb5d\",\"resource_type\":\"image\"}}}', 'images_66c145bb5d', '.jpeg', 'image/jpeg', 8.93, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1698336408/images_66c145bb5d.jpg', NULL, 'cloudinary', '{\"public_id\":\"images_66c145bb5d\",\"resource_type\":\"image\"}', '/', '2023-10-26 18:06:48.686000', '2023-10-26 18:06:48.686000', 1, 1), +(10, 'AdobeStock_578692051_Preview.png', NULL, NULL, 655, 667, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_578692051_Preview.png\",\"hash\":\"thumbnail_Adobe_Stock_578692051_Preview_ab379b1bee\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":153,\"height\":156,\"size\":26.09,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699279403/thumbnail_Adobe_Stock_578692051_Preview_ab379b1bee.png\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_578692051_Preview_ab379b1bee\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_578692051_Preview.png\",\"hash\":\"small_Adobe_Stock_578692051_Preview_ab379b1bee\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":491,\"height\":500,\"size\":180.31,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699279403/small_Adobe_Stock_578692051_Preview_ab379b1bee.png\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_578692051_Preview_ab379b1bee\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_578692051_Preview_ab379b1bee', '.png', 'image/png', 69.65, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1699279403/Adobe_Stock_578692051_Preview_ab379b1bee.png', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_578692051_Preview_ab379b1bee\",\"resource_type\":\"image\"}', '/', '2023-11-06 15:03:23.787000', '2024-06-12 16:48:53.323000', 1, 1), +(11, 'AdobeStock_496749481_Preview.jpeg', NULL, NULL, 1000, 667, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_496749481_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_496749481_Preview_380617a99c\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":234,\"height\":156,\"size\":8.43,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342681/thumbnail_Adobe_Stock_496749481_Preview_380617a99c.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_496749481_Preview_380617a99c\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_496749481_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_496749481_Preview_380617a99c\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":334,\"size\":27.26,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342681/small_Adobe_Stock_496749481_Preview_380617a99c.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_496749481_Preview_380617a99c\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_496749481_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_496749481_Preview_380617a99c\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":500,\"size\":50.77,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342681/medium_Adobe_Stock_496749481_Preview_380617a99c.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_496749481_Preview_380617a99c\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_496749481_Preview_380617a99c', '.jpeg', 'image/jpeg', 80.12, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1699342681/Adobe_Stock_496749481_Preview_380617a99c.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_496749481_Preview_380617a99c\",\"resource_type\":\"image\"}', '/', '2023-11-07 08:38:02.175000', '2023-11-07 08:38:02.175000', 1, 1), +(12, 'AdobeStock_607525327_Preview.jpeg', NULL, NULL, 1000, 560, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_607525327_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_607525327_Preview_84a45d283f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":9.4,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342778/thumbnail_Adobe_Stock_607525327_Preview_84a45d283f.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_607525327_Preview_84a45d283f\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_607525327_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_607525327_Preview_84a45d283f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":28.43,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342778/small_Adobe_Stock_607525327_Preview_84a45d283f.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_607525327_Preview_84a45d283f\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_607525327_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_607525327_Preview_84a45d283f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":52.33,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1699342778/medium_Adobe_Stock_607525327_Preview_84a45d283f.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_607525327_Preview_84a45d283f\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_607525327_Preview_84a45d283f', '.jpeg', 'image/jpeg', 79.28, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1699342778/Adobe_Stock_607525327_Preview_84a45d283f.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_607525327_Preview_84a45d283f\",\"resource_type\":\"image\"}', '/', '2023-11-07 08:39:38.626000', '2023-11-07 09:33:00.697000', 1, 1), +(13, 'AdobeStock_506409144_Video_4K_Preview.mov', NULL, NULL, NULL, NULL, NULL, 'Adobe_Stock_506409144_Video_4_K_Preview_a09164de34', '.mov', 'video/quicktime', 5364.34, 'https://res.cloudinary.com/djgzqzujy/video/upload/v1699342852/Adobe_Stock_506409144_Video_4_K_Preview_a09164de34.mp4', 'http://res.cloudinary.com/djgzqzujy/video/upload/c_scale,dl_200,vs_6,w_250/Adobe_Stock_506409144_Video_4_K_Preview_a09164de34.gif', 'cloudinary', '{\"public_id\":\"Adobe_Stock_506409144_Video_4_K_Preview_a09164de34\",\"resource_type\":\"video\"}', '/', '2023-11-07 08:40:54.349000', '2023-11-07 08:40:54.349000', 1, 1), +(14, 'triangle-2724449_1280.png', NULL, NULL, 1280, 1280, '{\"small\":{\"name\":\"small_triangle-2724449_1280.png\",\"hash\":\"small_triangle_2724449_1280_f755402a27\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":500,\"height\":500,\"size\":324.6,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1701693388/small_triangle_2724449_1280_f755402a27.png\",\"provider_metadata\":{\"public_id\":\"small_triangle_2724449_1280_f755402a27\",\"resource_type\":\"image\"}},\"large\":{\"name\":\"large_triangle-2724449_1280.png\",\"hash\":\"large_triangle_2724449_1280_f755402a27\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":1000,\"height\":1000,\"size\":1570.78,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1701693388/large_triangle_2724449_1280_f755402a27.png\",\"provider_metadata\":{\"public_id\":\"large_triangle_2724449_1280_f755402a27\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_triangle-2724449_1280.png\",\"hash\":\"medium_triangle_2724449_1280_f755402a27\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":750,\"height\":750,\"size\":803.8,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1701693388/medium_triangle_2724449_1280_f755402a27.png\",\"provider_metadata\":{\"public_id\":\"medium_triangle_2724449_1280_f755402a27\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_triangle-2724449_1280.png\",\"hash\":\"thumbnail_triangle_2724449_1280_f755402a27\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":156,\"height\":156,\"size\":47.64,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1701693388/thumbnail_triangle_2724449_1280_f755402a27.png\",\"provider_metadata\":{\"public_id\":\"thumbnail_triangle_2724449_1280_f755402a27\",\"resource_type\":\"image\"}}}', 'triangle_2724449_1280_f755402a27', '.png', 'image/png', 423.68, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1701693388/triangle_2724449_1280_f755402a27.png', NULL, 'cloudinary', '{\"public_id\":\"triangle_2724449_1280_f755402a27\",\"resource_type\":\"image\"}', '/', '2023-12-04 13:36:29.345000', '2023-12-04 13:36:29.345000', 1, 1), +(15, 'facebook-logo-black.png', NULL, NULL, 64, 64, NULL, 'facebook_logo_black_1f64c61868', '.png', 'image/png', 0.49, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/facebook_logo_black_1f64c61868.png', NULL, 'cloudinary', '{\"public_id\":\"facebook_logo_black_1f64c61868\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.272000', '2024-06-03 16:24:25.272000', 1, 1), +(16, '7911561025989373.png', NULL, NULL, 130, 58, NULL, '7911561025989373_77359f035d', '.png', 'image/png', 1.99, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/7911561025989373_77359f035d.png', NULL, 'cloudinary', '{\"public_id\":\"7911561025989373_77359f035d\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.368000', '2024-06-03 16:24:25.368000', 1, 1), +(17, 'linkedin-logo-black.png', NULL, NULL, 64, 64, NULL, 'linkedin_logo_black_bbc0b31528', '.png', 'image/png', 0.29, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/linkedin_logo_black_bbc0b31528.png', NULL, 'cloudinary', '{\"public_id\":\"linkedin_logo_black_bbc0b31528\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.373000', '2024-06-03 16:24:25.373000', 1, 1), +(18, 'twitter-logo-black.png', NULL, NULL, 64, 64, NULL, 'twitter_logo_black_b8e2c62f4d', '.png', 'image/png', 0.45, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424665/twitter_logo_black_b8e2c62f4d.png', NULL, 'cloudinary', '{\"public_id\":\"twitter_logo_black_b8e2c62f4d\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.580000', '2024-06-03 16:24:25.580000', 1, 1), +(19, 'pexelspixabay415829.jpeg', NULL, NULL, 564, 564, '{\"small\":{\"name\":\"small_pexelspixabay415829.jpeg\",\"hash\":\"small_pexelspixabay415829_e6b716d9ce\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":500,\"size\":26.77,\"sizeInBytes\":26774,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/small_pexelspixabay415829_e6b716d9ce.jpg\",\"provider_metadata\":{\"public_id\":\"small_pexelspixabay415829_e6b716d9ce\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_pexelspixabay415829.jpeg\",\"hash\":\"thumbnail_pexelspixabay415829_e6b716d9ce\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":156,\"height\":156,\"size\":4.19,\"sizeInBytes\":4188,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1717424665/thumbnail_pexelspixabay415829_e6b716d9ce.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_pexelspixabay415829_e6b716d9ce\",\"resource_type\":\"image\"}}}', 'pexelspixabay415829_e6b716d9ce', '.jpeg', 'image/jpeg', 32.16, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/pexelspixabay415829_e6b716d9ce.jpg', NULL, 'cloudinary', '{\"public_id\":\"pexelspixabay415829_e6b716d9ce\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.784000', '2024-06-03 16:24:25.784000', 1, 1), +(20, 'group.png', NULL, NULL, 747, 747, '{\"thumbnail\":{\"name\":\"thumbnail_group.png\",\"hash\":\"thumbnail_group_0d75860174\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":156,\"height\":156,\"size\":8.34,\"sizeInBytes\":8337,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/thumbnail_group_0d75860174.png\",\"provider_metadata\":{\"public_id\":\"thumbnail_group_0d75860174\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_group.png\",\"hash\":\"small_group_0d75860174\",\"ext\":\".png\",\"mime\":\"image/png\",\"path\":null,\"width\":500,\"height\":500,\"size\":34.88,\"sizeInBytes\":34876,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1717424665/small_group_0d75860174.png\",\"provider_metadata\":{\"public_id\":\"small_group_0d75860174\",\"resource_type\":\"image\"}}}', 'group_0d75860174', '.png', 'image/png', 8.30, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424664/group_0d75860174.png', NULL, 'cloudinary', '{\"public_id\":\"group_0d75860174\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:25.806000', '2024-06-03 16:24:25.806000', 1, 1), +(21, 'vector.png', NULL, NULL, 50, 78, NULL, 'vector_9475e01dc7', '.png', 'image/png', 1.33, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1717424665/vector_9475e01dc7.png', NULL, 'cloudinary', '{\"public_id\":\"vector_9475e01dc7\",\"resource_type\":\"image\"}', '/1/2', '2024-06-03 16:24:26.164000', '2024-06-03 16:24:26.164000', 1, 1), +(22, 'AdobeStock_628471868_Preview.jpeg', NULL, NULL, 1000, 525, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_628471868_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_628471868_Preview_88dc808777\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":128,\"size\":4.58,\"sizeInBytes\":4583,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718112096/thumbnail_Adobe_Stock_628471868_Preview_88dc808777.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_628471868_Preview_88dc808777\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_628471868_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_628471868_Preview_88dc808777\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":394,\"size\":28.52,\"sizeInBytes\":28522,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718112096/medium_Adobe_Stock_628471868_Preview_88dc808777.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_628471868_Preview_88dc808777\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_628471868_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_628471868_Preview_88dc808777\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":263,\"size\":14.94,\"sizeInBytes\":14944,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718112096/small_Adobe_Stock_628471868_Preview_88dc808777.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_628471868_Preview_88dc808777\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_628471868_Preview_88dc808777', '.jpeg', 'image/jpeg', 44.17, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718112097/Adobe_Stock_628471868_Preview_88dc808777.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_628471868_Preview_88dc808777\",\"resource_type\":\"image\"}', '/3', '2024-06-11 15:21:37.649000', '2024-06-11 15:21:45.512000', 1, 1), +(23, 'AdobeStock_700506184_Preview.jpeg', NULL, NULL, 1000, 437, '{\"medium\":{\"name\":\"medium_AdobeStock_700506184_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_700506184_Preview_db618ef796\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":328,\"size\":45.54,\"sizeInBytes\":45540,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113051/medium_Adobe_Stock_700506184_Preview_db618ef796.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_700506184_Preview_db618ef796\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_700506184_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_700506184_Preview_db618ef796\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":219,\"size\":23.92,\"sizeInBytes\":23922,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113051/small_Adobe_Stock_700506184_Preview_db618ef796.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_700506184_Preview_db618ef796\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_700506184_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_700506184_Preview_db618ef796\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":107,\"size\":7.59,\"sizeInBytes\":7586,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113052/thumbnail_Adobe_Stock_700506184_Preview_db618ef796.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_700506184_Preview_db618ef796\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_700506184_Preview_db618ef796', '.jpeg', 'image/jpeg', 73.30, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718113051/Adobe_Stock_700506184_Preview_db618ef796.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_700506184_Preview_db618ef796\",\"resource_type\":\"image\"}', '/3', '2024-06-11 15:37:33.481000', '2024-06-11 15:37:33.481000', 1, 1), +(24, 'AdobeStock_688470657_Preview.jpeg', NULL, NULL, 1000, 448, '{\"small\":{\"name\":\"small_AdobeStock_688470657_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_688470657_Preview_eebea648ea\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":224,\"size\":15.01,\"sizeInBytes\":15010,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113193/small_Adobe_Stock_688470657_Preview_eebea648ea.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_688470657_Preview_eebea648ea\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_688470657_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_688470657_Preview_eebea648ea\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":110,\"size\":4.91,\"sizeInBytes\":4910,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113193/thumbnail_Adobe_Stock_688470657_Preview_eebea648ea.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_688470657_Preview_eebea648ea\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_688470657_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_688470657_Preview_eebea648ea\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":336,\"size\":27.72,\"sizeInBytes\":27719,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113193/medium_Adobe_Stock_688470657_Preview_eebea648ea.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_688470657_Preview_eebea648ea\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_688470657_Preview_eebea648ea', '.jpeg', 'image/jpeg', 43.08, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718113193/Adobe_Stock_688470657_Preview_eebea648ea.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_688470657_Preview_eebea648ea\",\"resource_type\":\"image\"}', '/3', '2024-06-11 15:39:53.870000', '2024-06-11 15:39:53.870000', 1, 1), +(25, 'AdobeStock_351107510_Video_4K_Preview.mov', NULL, NULL, NULL, NULL, NULL, 'Adobe_Stock_351107510_Video_4_K_Preview_2b08dc89fa', '.mov', 'video/quicktime', 14027.99, 'https://res.cloudinary.com/djgzqzujy/video/upload/v1718113319/Adobe_Stock_351107510_Video_4_K_Preview_2b08dc89fa.mp4', 'http://res.cloudinary.com/djgzqzujy/video/upload/c_scale,dl_200,vs_6,w_250/Adobe_Stock_351107510_Video_4_K_Preview_2b08dc89fa.gif', 'cloudinary', '{\"public_id\":\"Adobe_Stock_351107510_Video_4_K_Preview_2b08dc89fa\",\"resource_type\":\"video\"}', '/3', '2024-06-11 15:42:01.180000', '2024-06-11 16:21:12.570000', 1, 1), +(26, 'AdobeStock_810903029_Preview.jpeg', NULL, NULL, 1000, 388, '{\"small\":{\"name\":\"small_AdobeStock_810903029_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":194,\"size\":19.02,\"sizeInBytes\":19021,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113340/small_Adobe_Stock_810903029_Preview_9ee6d2b3af.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_810903029_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":95,\"size\":6.33,\"sizeInBytes\":6333,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113340/thumbnail_Adobe_Stock_810903029_Preview_9ee6d2b3af.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_810903029_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":291,\"size\":34.96,\"sizeInBytes\":34963,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718113340/medium_Adobe_Stock_810903029_Preview_9ee6d2b3af.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_810903029_Preview_9ee6d2b3af', '.jpeg', 'image/jpeg', 53.27, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718113340/Adobe_Stock_810903029_Preview_9ee6d2b3af.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_810903029_Preview_9ee6d2b3af\",\"resource_type\":\"image\"}', '/3', '2024-06-11 15:42:20.656000', '2024-06-11 15:42:20.656000', 1, 1), +(27, 'AdobeStock_484686966_Video_4K_Preview.mov', NULL, NULL, NULL, NULL, NULL, 'Adobe_Stock_484686966_Video_4_K_Preview_b1414c1140', '.mov', 'video/quicktime', 12318.16, 'https://res.cloudinary.com/djgzqzujy/video/upload/v1718117531/Adobe_Stock_484686966_Video_4_K_Preview_b1414c1140.mp4', 'http://res.cloudinary.com/djgzqzujy/video/upload/c_scale,dl_200,vs_6,w_250/Adobe_Stock_484686966_Video_4_K_Preview_b1414c1140.gif', 'cloudinary', '{\"public_id\":\"Adobe_Stock_484686966_Video_4_K_Preview_b1414c1140\",\"resource_type\":\"video\"}', '/3', '2024-06-11 16:52:13.260000', '2024-06-11 16:52:13.260000', 1, 1), +(28, 'AdobeStock_789467620_Preview.jpeg', NULL, NULL, 1000, 301, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_789467620_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_789467620_Preview_bf6df82924\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":74,\"size\":5.03,\"sizeInBytes\":5028,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718124556/thumbnail_Adobe_Stock_789467620_Preview_bf6df82924.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_789467620_Preview_bf6df82924\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_789467620_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_789467620_Preview_bf6df82924\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":226,\"size\":27.05,\"sizeInBytes\":27047,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718124556/medium_Adobe_Stock_789467620_Preview_bf6df82924.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_789467620_Preview_bf6df82924\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_789467620_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_789467620_Preview_bf6df82924\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":151,\"size\":14.64,\"sizeInBytes\":14635,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718124556/small_Adobe_Stock_789467620_Preview_bf6df82924.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_789467620_Preview_bf6df82924\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_789467620_Preview_bf6df82924', '.jpeg', 'image/jpeg', 41.22, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718124556/Adobe_Stock_789467620_Preview_bf6df82924.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_789467620_Preview_bf6df82924\",\"resource_type\":\"image\"}', '/3', '2024-06-11 18:49:17.215000', '2024-06-11 18:49:17.215000', 1, 1), +(29, 'AdobeStock_577248718_Preview.jpeg', NULL, NULL, 1000, 347, '{\"small\":{\"name\":\"small_AdobeStock_577248718_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_577248718_Preview_a454763af9\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":174,\"size\":18.6,\"sizeInBytes\":18602,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718175816/small_Adobe_Stock_577248718_Preview_a454763af9.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_577248718_Preview_a454763af9\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_577248718_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_577248718_Preview_a454763af9\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":85,\"size\":5.9,\"sizeInBytes\":5900,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718175816/thumbnail_Adobe_Stock_577248718_Preview_a454763af9.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_577248718_Preview_a454763af9\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_577248718_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_577248718_Preview_a454763af9\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":260,\"size\":36.24,\"sizeInBytes\":36236,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718175816/medium_Adobe_Stock_577248718_Preview_a454763af9.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_577248718_Preview_a454763af9\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_577248718_Preview_a454763af9', '.jpeg', 'image/jpeg', 58.12, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718175816/Adobe_Stock_577248718_Preview_a454763af9.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_577248718_Preview_a454763af9\",\"resource_type\":\"image\"}', '/3', '2024-06-12 09:03:36.897000', '2024-06-12 09:03:36.897000', 1, 1), +(30, 'AdobeStock_685055024_Preview.jpeg', NULL, NULL, 1000, 398, '{\"small\":{\"name\":\"small_AdobeStock_685055024_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_685055024_Preview_71e66e8b55\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":199,\"size\":8.22,\"sizeInBytes\":8217,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718199203/small_Adobe_Stock_685055024_Preview_71e66e8b55.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_685055024_Preview_71e66e8b55\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_685055024_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_685055024_Preview_71e66e8b55\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":299,\"size\":15.47,\"sizeInBytes\":15469,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718199203/medium_Adobe_Stock_685055024_Preview_71e66e8b55.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_685055024_Preview_71e66e8b55\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_685055024_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_685055024_Preview_71e66e8b55\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":98,\"size\":2.71,\"sizeInBytes\":2711,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718199203/thumbnail_Adobe_Stock_685055024_Preview_71e66e8b55.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_685055024_Preview_71e66e8b55\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_685055024_Preview_71e66e8b55', '.jpeg', 'image/jpeg', 23.41, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718199203/Adobe_Stock_685055024_Preview_71e66e8b55.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_685055024_Preview_71e66e8b55\",\"resource_type\":\"image\"}', '/4', '2024-06-12 15:33:24.131000', '2024-06-12 15:34:06.737000', 1, 1), +(31, 'AdobeStock_689383735_Preview.jpeg', NULL, NULL, 1000, 560, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_689383735_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":6.54,\"sizeInBytes\":6543,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718203856/thumbnail_Adobe_Stock_689383735_Preview_c653f8ab1f.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_689383735_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":20,\"sizeInBytes\":20000,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718203856/small_Adobe_Stock_689383735_Preview_c653f8ab1f.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_689383735_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":37.03,\"sizeInBytes\":37025,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718203856/medium_Adobe_Stock_689383735_Preview_c653f8ab1f.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_689383735_Preview_c653f8ab1f\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_689383735_Preview_c653f8ab1f', '.jpeg', 'image/jpeg', 57.68, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718203856/Adobe_Stock_689383735_Preview_c653f8ab1f.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_689383735_Preview_c653f8ab1f\",\"resource_type\":\"image\"}', '/4', '2024-06-12 16:50:56.718000', '2024-06-12 16:50:56.718000', 1, 1), +(32, 'AdobeStock_742509355_Preview.jpeg', NULL, NULL, 1000, 560, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_742509355_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_742509355_Preview_86371bf823\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":9.83,\"sizeInBytes\":9829,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204347/thumbnail_Adobe_Stock_742509355_Preview_86371bf823.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_742509355_Preview_86371bf823\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_742509355_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_742509355_Preview_86371bf823\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":30.67,\"sizeInBytes\":30670,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204347/small_Adobe_Stock_742509355_Preview_86371bf823.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_742509355_Preview_86371bf823\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_742509355_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_742509355_Preview_86371bf823\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":56.8,\"sizeInBytes\":56801,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204347/medium_Adobe_Stock_742509355_Preview_86371bf823.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_742509355_Preview_86371bf823\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_742509355_Preview_86371bf823', '.jpeg', 'image/jpeg', 89.10, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718204347/Adobe_Stock_742509355_Preview_86371bf823.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_742509355_Preview_86371bf823\",\"resource_type\":\"image\"}', '/4', '2024-06-12 16:59:08.529000', '2024-06-12 16:59:08.529000', 1, 1), +(33, 'AdobeStock_846238496_Preview.jpeg', NULL, NULL, 1000, 566, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_846238496_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_846238496_Preview_ac938c991d\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":139,\"size\":2.89,\"sizeInBytes\":2892,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204531/thumbnail_Adobe_Stock_846238496_Preview_ac938c991d.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_846238496_Preview_ac938c991d\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_846238496_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_846238496_Preview_ac938c991d\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":283,\"size\":9.24,\"sizeInBytes\":9243,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204531/small_Adobe_Stock_846238496_Preview_ac938c991d.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_846238496_Preview_ac938c991d\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_846238496_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_846238496_Preview_ac938c991d\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":425,\"size\":17.27,\"sizeInBytes\":17274,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718204531/medium_Adobe_Stock_846238496_Preview_ac938c991d.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_846238496_Preview_ac938c991d\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_846238496_Preview_ac938c991d', '.jpeg', 'image/jpeg', 26.24, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718204531/Adobe_Stock_846238496_Preview_ac938c991d.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_846238496_Preview_ac938c991d\",\"resource_type\":\"image\"}', '/4', '2024-06-12 17:02:11.596000', '2024-06-12 17:02:11.596000', 1, 1), +(34, 'AdobeStock_685786778_Preview.jpeg', NULL, NULL, 1000, 563, '{\"small\":{\"name\":\"small_AdobeStock_685786778_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_685786778_Preview_274c951729\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":282,\"size\":5.5,\"sizeInBytes\":5495,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/small_Adobe_Stock_685786778_Preview_274c951729.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_685786778_Preview_274c951729\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_685786778_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_685786778_Preview_274c951729\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":138,\"size\":1.68,\"sizeInBytes\":1684,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/thumbnail_Adobe_Stock_685786778_Preview_274c951729.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_685786778_Preview_274c951729\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_685786778_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_685786778_Preview_274c951729\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":422,\"size\":10.31,\"sizeInBytes\":10314,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/medium_Adobe_Stock_685786778_Preview_274c951729.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_685786778_Preview_274c951729\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_685786778_Preview_274c951729', '.jpeg', 'image/jpeg', 15.26, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/Adobe_Stock_685786778_Preview_274c951729.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_685786778_Preview_274c951729\",\"resource_type\":\"image\"}', '/4', '2024-06-13 08:41:05.900000', '2024-06-13 08:41:05.900000', 1, 1), +(36, 'AdobeStock_831657351_Preview.jpeg', NULL, NULL, 1000, 667, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_831657351_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_831657351_Preview_d232c26bb5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":234,\"height\":156,\"size\":1.96,\"sizeInBytes\":1964,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/thumbnail_Adobe_Stock_831657351_Preview_d232c26bb5.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_831657351_Preview_d232c26bb5\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_831657351_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_831657351_Preview_d232c26bb5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":500,\"size\":13.52,\"sizeInBytes\":13522,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/medium_Adobe_Stock_831657351_Preview_d232c26bb5.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_831657351_Preview_d232c26bb5\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_831657351_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_831657351_Preview_d232c26bb5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":334,\"size\":7.13,\"sizeInBytes\":7127,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/small_Adobe_Stock_831657351_Preview_d232c26bb5.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_831657351_Preview_d232c26bb5\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_831657351_Preview_d232c26bb5', '.jpeg', 'image/jpeg', 20.37, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/Adobe_Stock_831657351_Preview_d232c26bb5.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_831657351_Preview_d232c26bb5\",\"resource_type\":\"image\"}', '/4', '2024-06-13 08:41:05.918000', '2024-06-13 08:41:05.918000', 1, 1), +(37, 'AdobeStock_765231408_Preview.jpeg', NULL, NULL, 1000, 437, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_765231408_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_765231408_Preview_cb851e2af7\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":107,\"size\":6.19,\"sizeInBytes\":6186,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/thumbnail_Adobe_Stock_765231408_Preview_cb851e2af7.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_765231408_Preview_cb851e2af7\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_765231408_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_765231408_Preview_cb851e2af7\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":328,\"size\":39.16,\"sizeInBytes\":39164,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/medium_Adobe_Stock_765231408_Preview_cb851e2af7.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_765231408_Preview_cb851e2af7\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_765231408_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_765231408_Preview_cb851e2af7\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":219,\"size\":20.18,\"sizeInBytes\":20183,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/small_Adobe_Stock_765231408_Preview_cb851e2af7.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_765231408_Preview_cb851e2af7\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_765231408_Preview_cb851e2af7', '.jpeg', 'image/jpeg', 63.44, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/Adobe_Stock_765231408_Preview_cb851e2af7.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_765231408_Preview_cb851e2af7\",\"resource_type\":\"image\"}', '/4', '2024-06-13 08:41:05.993000', '2024-06-13 08:41:05.993000', 1, 1), +(38, 'AdobeStock_709136751_Preview (1).jpeg', NULL, NULL, 1000, 560, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_709136751_Preview (1).jpeg\",\"hash\":\"thumbnail_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":3.47,\"sizeInBytes\":3472,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/thumbnail_Adobe_Stock_709136751_Preview_1_74136fe6e5.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_709136751_Preview (1).jpeg\",\"hash\":\"medium_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":23.15,\"sizeInBytes\":23149,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/medium_Adobe_Stock_709136751_Preview_1_74136fe6e5.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_709136751_Preview (1).jpeg\",\"hash\":\"small_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":11.37,\"sizeInBytes\":11369,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/small_Adobe_Stock_709136751_Preview_1_74136fe6e5.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_709136751_Preview_1_74136fe6e5', '.jpeg', 'image/jpeg', 38.04, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/Adobe_Stock_709136751_Preview_1_74136fe6e5.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_709136751_Preview_1_74136fe6e5\",\"resource_type\":\"image\"}', '/4', '2024-06-13 08:41:05.999000', '2024-06-13 08:41:05.999000', 1, 1), +(39, 'AdobeStock_746248019_Preview.jpeg', NULL, NULL, 1000, 563, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_746248019_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_746248019_Preview_155ad86e18\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":138,\"size\":2.54,\"sizeInBytes\":2543,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/thumbnail_Adobe_Stock_746248019_Preview_155ad86e18.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_746248019_Preview_155ad86e18\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_746248019_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_746248019_Preview_155ad86e18\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":282,\"size\":8.16,\"sizeInBytes\":8159,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/small_Adobe_Stock_746248019_Preview_155ad86e18.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_746248019_Preview_155ad86e18\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_746248019_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_746248019_Preview_155ad86e18\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":422,\"size\":15.2,\"sizeInBytes\":15204,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/medium_Adobe_Stock_746248019_Preview_155ad86e18.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_746248019_Preview_155ad86e18\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_746248019_Preview_155ad86e18', '.jpeg', 'image/jpeg', 22.79, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718260865/Adobe_Stock_746248019_Preview_155ad86e18.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_746248019_Preview_155ad86e18\",\"resource_type\":\"image\"}', '/4', '2024-06-13 08:41:06.072000', '2024-06-13 08:41:06.072000', 1, 1), +(40, 'AdobeStock_730209005_Preview.jpeg', NULL, NULL, 1000, 560, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_730209005_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_730209005_Preview_38a5df13ac\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":3.47,\"sizeInBytes\":3471,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262267/thumbnail_Adobe_Stock_730209005_Preview_38a5df13ac.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_730209005_Preview_38a5df13ac\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_730209005_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_730209005_Preview_38a5df13ac\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":10.88,\"sizeInBytes\":10875,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262267/small_Adobe_Stock_730209005_Preview_38a5df13ac.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_730209005_Preview_38a5df13ac\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_730209005_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_730209005_Preview_38a5df13ac\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":20.49,\"sizeInBytes\":20490,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262267/medium_Adobe_Stock_730209005_Preview_38a5df13ac.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_730209005_Preview_38a5df13ac\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_730209005_Preview_38a5df13ac', '.jpeg', 'image/jpeg', 31.36, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718262267/Adobe_Stock_730209005_Preview_38a5df13ac.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_730209005_Preview_38a5df13ac\",\"resource_type\":\"image\"}', '/4', '2024-06-13 09:04:27.641000', '2024-06-13 09:04:27.641000', 1, 1); +INSERT INTO `files` (`id`, `name`, `alternative_text`, `caption`, `width`, `height`, `formats`, `hash`, `ext`, `mime`, `size`, `url`, `preview_url`, `provider`, `provider_metadata`, `folder_path`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(41, 'AdobeStock_754745386_Preview.jpeg', NULL, NULL, 1000, 560, '{\"small\":{\"name\":\"small_AdobeStock_754745386_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_754745386_Preview_20a60c94e0\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":31.99,\"sizeInBytes\":31988,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262749/small_Adobe_Stock_754745386_Preview_20a60c94e0.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_754745386_Preview_20a60c94e0\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_754745386_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_754745386_Preview_20a60c94e0\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":57.53,\"sizeInBytes\":57532,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262749/medium_Adobe_Stock_754745386_Preview_20a60c94e0.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_754745386_Preview_20a60c94e0\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_754745386_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_754745386_Preview_20a60c94e0\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":11.47,\"sizeInBytes\":11471,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262749/thumbnail_Adobe_Stock_754745386_Preview_20a60c94e0.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_754745386_Preview_20a60c94e0\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_754745386_Preview_20a60c94e0', '.jpeg', 'image/jpeg', 88.89, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718262749/Adobe_Stock_754745386_Preview_20a60c94e0.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_754745386_Preview_20a60c94e0\",\"resource_type\":\"image\"}', '/4', '2024-06-13 09:12:30.185000', '2024-06-13 09:12:30.185000', 1, 1), +(42, 'AdobeStock_751848658_Preview.jpeg', NULL, NULL, 1000, 560, '{\"small\":{\"name\":\"small_AdobeStock_751848658_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_751848658_Preview_aac162f9b1\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":280,\"size\":12.7,\"sizeInBytes\":12696,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262910/small_Adobe_Stock_751848658_Preview_aac162f9b1.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_751848658_Preview_aac162f9b1\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_751848658_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_751848658_Preview_aac162f9b1\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":3.82,\"sizeInBytes\":3819,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262910/thumbnail_Adobe_Stock_751848658_Preview_aac162f9b1.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_751848658_Preview_aac162f9b1\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_751848658_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_751848658_Preview_aac162f9b1\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":420,\"size\":24.39,\"sizeInBytes\":24386,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718262910/medium_Adobe_Stock_751848658_Preview_aac162f9b1.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_751848658_Preview_aac162f9b1\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_751848658_Preview_aac162f9b1', '.jpeg', 'image/jpeg', 37.10, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718262910/Adobe_Stock_751848658_Preview_aac162f9b1.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_751848658_Preview_aac162f9b1\",\"resource_type\":\"image\"}', '/4', '2024-06-13 09:15:11.214000', '2024-06-13 09:15:11.214000', 1, 1), +(43, 'AdobeStock_695620682_Preview.jpeg', NULL, NULL, 1000, 480, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_695620682_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":118,\"size\":3.67,\"sizeInBytes\":3671,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263161/thumbnail_Adobe_Stock_695620682_Preview_7c5c8bac1b.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_695620682_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":240,\"size\":10.8,\"sizeInBytes\":10799,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263161/small_Adobe_Stock_695620682_Preview_7c5c8bac1b.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_695620682_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":360,\"size\":19.89,\"sizeInBytes\":19885,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263161/medium_Adobe_Stock_695620682_Preview_7c5c8bac1b.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_695620682_Preview_7c5c8bac1b', '.jpeg', 'image/jpeg', 29.91, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718263161/Adobe_Stock_695620682_Preview_7c5c8bac1b.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_695620682_Preview_7c5c8bac1b\",\"resource_type\":\"image\"}', '/4', '2024-06-13 09:19:22.001000', '2024-06-13 09:19:34.381000', 1, 1), +(44, 'AdobeStock_676857475_Preview.jpeg', NULL, NULL, 1000, 437, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_676857475_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":107,\"size\":3.41,\"sizeInBytes\":3408,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263720/thumbnail_Adobe_Stock_676857475_Preview_466d4ba6bf.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_676857475_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":219,\"size\":10.02,\"sizeInBytes\":10019,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263720/small_Adobe_Stock_676857475_Preview_466d4ba6bf.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_676857475_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":328,\"size\":19.39,\"sizeInBytes\":19390,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718263720/medium_Adobe_Stock_676857475_Preview_466d4ba6bf.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_676857475_Preview_466d4ba6bf\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_676857475_Preview_466d4ba6bf', '.jpeg', 'image/jpeg', 30.94, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718263720/Adobe_Stock_676857475_Preview_466d4ba6bf.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_676857475_Preview_466d4ba6bf\",\"resource_type\":\"image\"}', '/4', '2024-06-13 09:28:40.925000', '2024-06-13 09:28:40.925000', 1, 1), +(45, '1c98ae_4835c532a3d14688983c8f04b9ac6298~mv2.webp', NULL, NULL, 500, 667, '{\"thumbnail\":{\"name\":\"thumbnail_1c98ae_4835c532a3d14688983c8f04b9ac6298~mv2.webp\",\"hash\":\"thumbnail_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680\",\"ext\":\".webp\",\"mime\":\"image/webp\",\"path\":null,\"width\":117,\"height\":156,\"size\":3.53,\"sizeInBytes\":3532,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272265/thumbnail_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680.webp\",\"provider_metadata\":{\"public_id\":\"thumbnail_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_1c98ae_4835c532a3d14688983c8f04b9ac6298~mv2.webp\",\"hash\":\"small_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680\",\"ext\":\".webp\",\"mime\":\"image/webp\",\"path\":null,\"width\":375,\"height\":500,\"size\":17.35,\"sizeInBytes\":17346,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272265/small_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680.webp\",\"provider_metadata\":{\"public_id\":\"small_1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680\",\"resource_type\":\"image\"}}}', '1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680', '.webp', 'image/webp', 29.32, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718272265/1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680.webp', NULL, 'cloudinary', '{\"public_id\":\"1c98ae_4835c532a3d14688983c8f04b9ac6298_mv2_5ec84d0680\",\"resource_type\":\"image\"}', '/5', '2024-06-13 11:51:05.818000', '2024-06-13 11:51:58.794000', 1, 1), +(46, '1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb~mv2.webp', NULL, NULL, 500, 667, '{\"small\":{\"name\":\"small_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb~mv2.webp\",\"hash\":\"small_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7\",\"ext\":\".webp\",\"mime\":\"image/webp\",\"path\":null,\"width\":375,\"height\":500,\"size\":12.6,\"sizeInBytes\":12600,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272502/small_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7.webp\",\"provider_metadata\":{\"public_id\":\"small_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb~mv2.webp\",\"hash\":\"thumbnail_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7\",\"ext\":\".webp\",\"mime\":\"image/webp\",\"path\":null,\"width\":117,\"height\":156,\"size\":2.49,\"sizeInBytes\":2494,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272502/thumbnail_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7.webp\",\"provider_metadata\":{\"public_id\":\"thumbnail_1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7\",\"resource_type\":\"image\"}}}', '1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7', '.webp', 'image/webp', 19.55, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718272502/1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7.webp', NULL, 'cloudinary', '{\"public_id\":\"1c98ae_08d1b4cfe0cb41ac8ae63562d6140ffb_mv2_b304e437b7\",\"resource_type\":\"image\"}', '/5', '2024-06-13 11:55:02.412000', '2024-06-13 11:59:05.435000', 1, 1), +(47, 'AdobeStock_629959725_Preview.jpeg', NULL, NULL, 1000, 561, '{\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_629959725_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_629959725_Preview_00829b57d5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":137,\"size\":3.29,\"sizeInBytes\":3285,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272959/thumbnail_Adobe_Stock_629959725_Preview_00829b57d5.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_629959725_Preview_00829b57d5\",\"resource_type\":\"image\"}},\"small\":{\"name\":\"small_AdobeStock_629959725_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_629959725_Preview_00829b57d5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":281,\"size\":10.34,\"sizeInBytes\":10340,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272959/small_Adobe_Stock_629959725_Preview_00829b57d5.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_629959725_Preview_00829b57d5\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_629959725_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_629959725_Preview_00829b57d5\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":421,\"size\":19.04,\"sizeInBytes\":19036,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718272959/medium_Adobe_Stock_629959725_Preview_00829b57d5.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_629959725_Preview_00829b57d5\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_629959725_Preview_00829b57d5', '.jpeg', 'image/jpeg', 28.66, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718272959/Adobe_Stock_629959725_Preview_00829b57d5.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_629959725_Preview_00829b57d5\",\"resource_type\":\"image\"}', '/4', '2024-06-13 12:02:41.954000', '2024-06-13 12:02:41.954000', 1, 1), +(48, 'AdobeStock_779076408_Preview.jpeg', NULL, NULL, 1000, 415, '{\"small\":{\"name\":\"small_AdobeStock_779076408_Preview.jpeg\",\"hash\":\"small_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":500,\"height\":208,\"size\":19.26,\"sizeInBytes\":19263,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718273117/small_Adobe_Stock_779076408_Preview_7102d2a5f8.jpg\",\"provider_metadata\":{\"public_id\":\"small_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"resource_type\":\"image\"}},\"medium\":{\"name\":\"medium_AdobeStock_779076408_Preview.jpeg\",\"hash\":\"medium_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":750,\"height\":311,\"size\":34.91,\"sizeInBytes\":34911,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718273117/medium_Adobe_Stock_779076408_Preview_7102d2a5f8.jpg\",\"provider_metadata\":{\"public_id\":\"medium_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"resource_type\":\"image\"}},\"thumbnail\":{\"name\":\"thumbnail_AdobeStock_779076408_Preview.jpeg\",\"hash\":\"thumbnail_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"ext\":\".jpeg\",\"mime\":\"image/jpeg\",\"path\":null,\"width\":245,\"height\":101,\"size\":6.62,\"sizeInBytes\":6617,\"url\":\"https://res.cloudinary.com/djgzqzujy/image/upload/v1718273117/thumbnail_Adobe_Stock_779076408_Preview_7102d2a5f8.jpg\",\"provider_metadata\":{\"public_id\":\"thumbnail_Adobe_Stock_779076408_Preview_7102d2a5f8\",\"resource_type\":\"image\"}}}', 'Adobe_Stock_779076408_Preview_7102d2a5f8', '.jpeg', 'image/jpeg', 53.15, 'https://res.cloudinary.com/djgzqzujy/image/upload/v1718273117/Adobe_Stock_779076408_Preview_7102d2a5f8.jpg', NULL, 'cloudinary', '{\"public_id\":\"Adobe_Stock_779076408_Preview_7102d2a5f8\",\"resource_type\":\"image\"}', '/4', '2024-06-13 12:05:17.844000', '2024-06-13 12:07:16.160000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `files_folder_links` +-- + +CREATE TABLE `files_folder_links` ( + `id` int(10) UNSIGNED NOT NULL, + `file_id` int(10) UNSIGNED DEFAULT NULL, + `folder_id` int(10) UNSIGNED DEFAULT NULL, + `file_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `files_folder_links` +-- + +INSERT INTO `files_folder_links` (`id`, `file_id`, `folder_id`, `file_order`) VALUES +(1, 15, 2, 1), +(2, 17, 2, 2), +(3, 16, 2, 2), +(4, 18, 2, 3), +(5, 19, 2, 4), +(6, 20, 2, 5), +(7, 21, 2, 6), +(8, 22, 3, 1), +(10, 23, 3, 2), +(11, 24, 3, 3), +(12, 25, 3, 4), +(13, 26, 3, 5), +(17, 27, 3, 6), +(18, 28, 3, 7), +(19, 29, 3, 8), +(20, 30, 4, 1), +(22, 31, 4, 2), +(23, 32, 4, 3), +(24, 33, 4, 4), +(25, 34, 4, 5), +(27, 36, 4, 6), +(28, 37, 4, 7), +(29, 38, 4, 7), +(30, 39, 4, 8), +(31, 40, 4, 9), +(32, 41, 4, 10), +(33, 42, 4, 11), +(34, 43, 4, 12), +(36, 44, 4, 13), +(37, 45, 5, 1), +(39, 46, 5, 2), +(41, 47, 4, 14), +(42, 48, 4, 15); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `files_related_morphs` +-- + +CREATE TABLE `files_related_morphs` ( + `id` int(10) UNSIGNED NOT NULL, + `file_id` int(10) UNSIGNED DEFAULT NULL, + `related_id` int(10) UNSIGNED DEFAULT NULL, + `related_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `files_related_morphs` +-- + +INSERT INTO `files_related_morphs` (`id`, `file_id`, `related_id`, `related_type`, `field`, `order`) VALUES +(12, 8, 3, 'api::article.article', 'image', 1), +(13, 8, 2, 'api::article.article', 'image', 1), +(15, 8, 1, 'api::article.article', 'image', 1), +(65, 10, 2, 'media.carousel-item', 'cover', 1), +(66, 8, 3, 'media.carousel-item', 'cover', 1), +(75, 10, 2, 'media.carousel-item', 'image', 1), +(155, 27, 1, 'media.carousel-image', 'cover', 1), +(156, 10, 2, 'media.carousel-image', 'cover', 1), +(157, 12, 2, 'content.text-box', 'imageLeft', 1), +(158, 13, 1, 'media.video-box', 'video', 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_categories` +-- + +CREATE TABLE `filter_categories` ( + `id` int(10) UNSIGNED NOT NULL, + `label` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_categories` +-- + +INSERT INTO `filter_categories` (`id`, `label`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`, `slug`) VALUES +(1, 'Partitions', '2023-02-16 08:44:40.993000', '2023-02-16 08:44:43.611000', '2023-02-16 08:44:43.606000', 1, 1, 'partitions'), +(2, 'Cours', '2023-02-16 08:45:06.642000', '2023-02-16 08:47:35.309000', '2023-02-16 08:45:07.472000', 1, 1, 'cours'), +(3, 'Finition table', '2023-02-16 08:49:00.200000', '2023-02-16 08:49:00.898000', '2023-02-16 08:49:00.893000', 1, 1, 'finition-table'), +(4, 'Tables', '2023-02-16 08:50:55.222000', '2023-02-16 08:50:55.960000', '2023-02-16 08:50:55.953000', 1, 1, 'tables'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_categories_filter_section_links` +-- + +CREATE TABLE `filter_categories_filter_section_links` ( + `id` int(10) UNSIGNED NOT NULL, + `filter_category_id` int(10) UNSIGNED DEFAULT NULL, + `filter_section_id` int(10) UNSIGNED DEFAULT NULL, + `filter_category_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_categories_filter_section_links` +-- + +INSERT INTO `filter_categories_filter_section_links` (`id`, `filter_category_id`, `filter_section_id`, `filter_category_order`) VALUES +(1, 2, 1, 1), +(2, 3, 2, 1), +(3, 4, 2, 2); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_items` +-- + +CREATE TABLE `filter_items` ( + `id` int(10) UNSIGNED NOT NULL, + `label` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_items` +-- + +INSERT INTO `filter_items` (`id`, `label`, `slug`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(4, 'Niveau 1', 'niveau-1', '2023-02-16 08:45:35.160000', '2023-02-16 08:45:35.780000', '2023-02-16 08:45:35.775000', 1, 1), +(5, 'Niveau 2', 'niveau-2', '2023-02-16 08:45:44.646000', '2023-02-16 08:45:47.430000', '2023-02-16 08:45:47.422000', 1, 1), +(6, 'Niveau 3', 'niveau-3', '2023-02-16 08:45:57.802000', '2023-02-16 08:46:04.249000', '2023-02-16 08:46:04.244000', 1, 1), +(7, 'Classiques', 'classiques', '2023-02-16 08:48:13.691000', '2023-02-16 08:48:14.407000', '2023-02-16 08:48:14.403000', 1, 1), +(8, 'Romantiques', 'romantiques', '2023-02-16 08:48:27.621000', '2023-02-16 08:51:30.921000', '2023-02-16 08:51:30.917000', 1, 1), +(9, 'Brillant', 'brillant', '2023-02-16 08:49:14.879000', '2023-02-16 08:49:15.493000', '2023-02-16 08:49:15.488000', 1, 1), +(10, 'Mat', 'mat', '2023-02-16 08:49:23.268000', '2023-02-16 08:51:28.425000', '2023-02-16 08:51:28.420000', 1, 1), +(11, 'Cèdre', 'cedre', '2023-02-16 08:51:08.249000', '2023-02-16 08:51:08.897000', '2023-02-16 08:51:08.892000', 1, 1), +(12, 'Epicéa', 'epicea', '2023-02-16 08:51:20.414000', '2023-02-16 08:51:21.049000', '2023-02-16 08:51:21.045000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_items_filter_category_links` +-- + +CREATE TABLE `filter_items_filter_category_links` ( + `id` int(10) UNSIGNED NOT NULL, + `filter_item_id` int(10) UNSIGNED DEFAULT NULL, + `filter_category_id` int(10) UNSIGNED DEFAULT NULL, + `filter_item_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_items_filter_category_links` +-- + +INSERT INTO `filter_items_filter_category_links` (`id`, `filter_item_id`, `filter_category_id`, `filter_item_order`) VALUES +(1, 6, 2, 3), +(2, 5, 2, 2), +(3, 4, 2, 1), +(4, 7, 1, 1), +(5, 8, 1, 2), +(6, 9, 3, 1), +(7, 10, 3, 2), +(8, 11, 4, 1), +(9, 12, 4, 2); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_items_product_links` +-- + +CREATE TABLE `filter_items_product_links` ( + `id` int(10) UNSIGNED NOT NULL, + `filter_item_id` int(10) UNSIGNED DEFAULT NULL, + `product_id` int(10) UNSIGNED DEFAULT NULL, + `filter_item_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_items_product_links` +-- + +INSERT INTO `filter_items_product_links` (`id`, `filter_item_id`, `product_id`, `filter_item_order`) VALUES +(1, 4, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `filter_sections` +-- + +CREATE TABLE `filter_sections` ( + `id` int(10) UNSIGNED NOT NULL, + `label` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `filter_sections` +-- + +INSERT INTO `filter_sections` (`id`, `label`, `slug`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Librairie', 'librairie', '2023-02-16 08:43:57.831000', '2023-02-16 08:47:42.841000', '2023-02-16 08:47:42.837000', 1, 1), +(2, 'Guitares', 'guitares', '2023-02-16 08:44:08.575000', '2023-02-16 08:47:40.190000', '2023-02-16 08:47:40.185000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `i18n_locale` +-- + +CREATE TABLE `i18n_locale` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `code` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `i18n_locale` +-- + +INSERT INTO `i18n_locale` (`id`, `name`, `code`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'English (en)', 'en', '2023-01-23 09:35:14.453000', '2023-01-23 09:35:14.453000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `menus` +-- + +CREATE TABLE `menus` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `menus` +-- + +INSERT INTO `menus` (`id`, `title`, `slug`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Main menu', 'main-menu', '2023-01-23 11:29:16.776000', '2024-06-13 09:53:46.573000', NULL, NULL), +(2, 'footer-menu', 'footer-menu', '2023-01-23 11:32:51.418000', '2023-01-23 11:32:51.418000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `menu_items` +-- + +CREATE TABLE `menu_items` ( + `id` int(10) UNSIGNED NOT NULL, + `order` int(11) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `url` varchar(255) DEFAULT NULL, + `target` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `menu_items` +-- + +INSERT INTO `menu_items` (`id`, `order`, `title`, `url`, `target`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 0, 'Accueil', '/home', '_self', '2023-01-23 11:29:46.531000', '2024-06-13 09:53:46.559000', NULL, NULL), +(2, 1, 'Qui sommes-nous ?', '/about-us', '_self', '2023-01-23 11:30:01.130000', '2024-06-13 09:53:46.560000', NULL, NULL), +(8, 2, 'Blog', '/blog', '_self', '2023-01-23 11:31:32.435000', '2024-06-13 09:53:46.564000', NULL, NULL), +(9, 4, 'Contactez-nous', '/contact-us', '_self', '2023-01-23 11:31:47.221000', '2024-06-13 09:53:46.563000', NULL, NULL), +(10, 0, 'Qui sommes-nous ?', '/about-us', '_self', '2023-01-23 11:32:51.508000', '2023-01-23 11:32:51.508000', NULL, NULL), +(11, 2, 'Contactez-nous', '/contact-us', '_self', '2023-01-23 11:32:51.532000', '2023-01-23 11:32:51.532000', NULL, NULL), +(12, 1, 'Condition d\'utilisation', '/terms-of-use', '_self', '2023-01-23 11:32:51.516000', '2023-01-23 11:32:51.516000', NULL, NULL), +(13, 3, 'Boutique', 'https://www.autour-de-la-guitare.com/category/all-products', '_blank', '2023-02-14 14:52:45.737000', '2024-06-13 09:53:46.565000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `menu_items_parent_links` +-- + +CREATE TABLE `menu_items_parent_links` ( + `id` int(10) UNSIGNED NOT NULL, + `menu_item_id` int(10) UNSIGNED DEFAULT NULL, + `inv_menu_item_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `menu_items_root_menu_links` +-- + +CREATE TABLE `menu_items_root_menu_links` ( + `id` int(10) UNSIGNED NOT NULL, + `menu_item_id` int(10) UNSIGNED DEFAULT NULL, + `menu_id` int(10) UNSIGNED DEFAULT NULL, + `menu_item_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `menu_items_root_menu_links` +-- + +INSERT INTO `menu_items_root_menu_links` (`id`, `menu_item_id`, `menu_id`, `menu_item_order`) VALUES +(1, 1, 1, 1), +(2, 2, 1, 2), +(8, 8, 1, 6), +(9, 9, 1, 7), +(10, 10, 2, 1), +(11, 11, 2, 2), +(12, 12, 2, 2), +(13, 13, 1, 8); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `pages` +-- + +CREATE TABLE `pages` ( + `id` int(10) UNSIGNED NOT NULL, + `label` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `pages` +-- + +INSERT INTO `pages` (`id`, `label`, `slug`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`, `content`) VALUES +(1, 'Accueil', 'home', '2023-01-23 09:49:30.160000', '2024-06-14 13:56:42.656000', '2023-01-23 11:37:38.462000', 1, 1, NULL), +(2, 'Qui sommes-nous ?', 'about-us', '2023-01-23 10:17:33.277000', '2024-06-13 12:01:47.071000', '2023-01-23 11:37:55.089000', 1, 1, '

Autour de la Guitare est un collectif de professeurs de guitare qui propose depuis de nombreuses années des ouvrages pédagogiques pour l\'apprentissage de la guitare classique. Pour cette rentrée 2024, vous pouvez acquérir les cahiers de deux collections, les P\'tites Mains et la Méthode en Construction Progressive.

Les P\'tites Mains comptent deux cahiers. C\'est une œuvre collective qui évolue d\'année en année par l\'apport de nouveaux morceaux pédagogiques. Elle propose un apprentissage tout en douceur de la lecture des partitions et de la technique de base de la guitare classique. Son équipe d\'auteurs évolue elle aussi. Actuellement, elle est composée de David Garciarena, Fabien Dominguez, Jean-Luc Doquet et Jérémy Duran. Un grand merci à Martine Boutant qui a magnifiquement illustré les cahiers. Thomas Hervé, membre fondateur de la collection, est parti vers de nouvelles aventures en nous laissant l\'usage de magnifiques compositions.

La Méthode en Construction Progressive s\'adresse à tous les guitaristes du début de leurs études jusqu\'à leur plein accomplissement dans le monde professionnel. Son auteur, David Garciarena, propose cinq cahiers qui regroupent les grandes étapes de cet apprentissage : découverte, croissance, maîtrise, virtuosité et expressivité. Cette méthode propose un nouveau paradigme pédagogique qu\'il est prudent de découvrir dans l\'ordre. Pour cette rentrée 2023, vous pouvez vous procurer les deux premiers ouvrages. Les trois autres sont presque achevés. Leur publication est imminente.
 

'), +(3, 'L\'équipe', 'teachers', '2023-01-23 10:19:38.174000', '2023-01-23 11:37:47.542000', '2023-01-23 11:37:47.537000', 1, 1, NULL), +(4, 'Le programme', 'school-program', '2023-01-23 11:15:49.709000', '2023-01-23 11:37:52.737000', '2023-01-23 11:37:52.731000', 1, 1, NULL), +(5, 'Tarifs', 'pricing', '2023-01-23 11:18:09.984000', '2023-01-23 11:37:57.796000', '2023-01-23 11:37:57.790000', 1, 1, NULL), +(6, 'Blog', 'blog', '2023-01-23 11:20:46.898000', '2023-11-02 13:24:33.272000', '2023-01-23 11:37:42.041000', 1, 1, NULL), +(7, 'La boutique', 'shop', '2023-01-23 11:23:22.087000', '2023-01-23 11:37:50.610000', '2023-01-23 11:37:50.604000', 1, 1, NULL), +(8, 'Contactez-nous', 'contact-us', '2023-01-23 11:28:43.470000', '2023-01-23 11:37:44.610000', '2023-01-23 11:37:44.603000', 1, 1, NULL), +(9, 'Connexion', 'sign-in', '2023-01-23 11:39:29.869000', '2023-01-23 11:39:31.588000', '2023-01-23 11:39:31.582000', 1, 1, NULL), +(10, 'Inscription', 'sign-up', '2023-01-23 11:41:57.883000', '2023-01-23 11:41:58.656000', '2023-01-23 11:41:58.649000', 1, 1, NULL), +(11, 'Condition d\'utilisation', 'terms-of-use', '2024-06-13 12:09:44.864000', '2024-06-14 11:06:23.758000', '2024-06-13 12:10:13.762000', 1, 1, '

1. Introduction

Bienvenue sur \"Autour de la Guitare\" (ci-après \"le Site\"). En accédant à ce Site, vous acceptez d\'être lié par ces conditions d\'utilisation, toutes les lois et réglementations applicables, et vous acceptez que vous êtes responsable du respect de toutes les lois locales applicables. Si vous n\'êtes pas d\'accord avec l\'une de ces conditions, vous êtes interdit d\'utiliser ou d\'accéder à ce Site.

2. Utilisation du Site

Vous êtes autorisé à utiliser ce Site pour des fins personnelles et non commerciales uniquement. Toute autre utilisation nécessite une autorisation écrite préalable de notre part. Vous vous engagez à ne pas utiliser ce Site pour :

3. Propriété Intellectuelle

Tous les contenus présents sur le Site, y compris mais sans s\'y limiter, les textes, graphiques, logos, images, et logiciels, sont la propriété de \"Autour de la Guitare\" ou de ses concédants de licence et sont protégés par les lois sur le droit d\'auteur et autres droits de propriété intellectuelle. Vous ne pouvez pas utiliser ces contenus sans autorisation écrite préalable.

4. Limitation de Responsabilité

Le Site et son contenu sont fournis \"tels quels\". \"Autour de la Guitare\" ne donne aucune garantie, expresse ou implicite, quant à l\'exactitude, l\'exhaustivité ou l\'actualité des informations sur ce Site. \"Autour de la Guitare\" ne sera pas responsable de tout dommage découlant de l\'utilisation ou de l\'incapacité d\'utiliser ce Site.

5. Modifications

\"Autour de la Guitare\" se réserve le droit de modifier ces conditions d\'utilisation à tout moment. Les modifications prendront effet dès leur publication sur le Site. Il est de votre responsabilité de vérifier régulièrement les mises à jour de ces conditions.

6. Liens vers des Sites Tiers

Ce Site peut contenir des liens vers des sites tiers qui ne sont pas sous notre contrôle. Nous ne sommes pas responsables du contenu de ces sites et l\'inclusion de ces liens ne constitue pas une approbation ou un soutien de ces sites tiers.

7. Protection des Données

Votre vie privée est importante pour nous. Veuillez consulter notre Politique de Confidentialité pour plus d\'informations sur la manière dont nous collectons, utilisons et protégeons vos données personnelles.

8. Droit Applicable

Ces conditions d\'utilisation sont régies et interprétées conformément aux lois de la France. Tout litige découlant de ces conditions sera soumis à la juridiction exclusive des tribunaux de Périgueux.

9. Contact

Si vous avez des questions concernant ces conditions d\'utilisation, veuillez nous contacter à david.garciarena@gmail.com.

'), +(12, 'Test typography', 'typo-test', '2024-06-14 08:07:06.998000', '2024-06-14 09:24:40.244000', '2024-06-14 08:07:07.678000', 1, 1, '

Title H1

Title H2

Title H3

Title H4

parapraph

code

Ceci est un exemple avec un code inséré dedans

block quote

code block
code block 2

Paragraph

Paragraph

  1. Liste à puce numéroté 1
  2. Liste à puce numéroté 2

Paragraph

 

'), +(13, 'Politique de Confidentialité', 'privacy-policy', '2024-06-14 11:00:34.312000', '2024-06-14 11:07:57.366000', '2024-06-14 11:01:21.106000', 1, 1, '

1. Introduction

Bienvenue sur \"Autour de la Guitare\" (ci-après \"le Site\"). Cette politique de confidentialité décrit comment \"Autour de la Guitare\" (ci-après \"nous\", \"notre\" ou \"nos\") collecte, utilise et protège les informations personnelles que vous nous fournissez lorsque vous utilisez notre Site.

2. Informations que nous collectons

Nous pouvons collecter et traiter les types de données personnelles suivants :

3. Utilisation des Informations

Nous utilisons les informations collectées pour les finalités suivantes :

4. Partage des Informations

Nous ne vendons, n\'échangeons ni ne louons vos informations personnelles à des tiers. Nous pouvons partager vos informations avec des tiers de confiance uniquement dans les circonstances suivantes :

5. Sécurité des Données

Nous mettons en œuvre des mesures de sécurité appropriées pour protéger vos données personnelles contre l\'accès non autorisé, la modification, la divulgation ou la destruction. Cependant, aucune méthode de transmission sur Internet ou de stockage électronique n\'est totalement sécurisée. Par conséquent, nous ne pouvons garantir une sécurité absolue.

6. Cookies et Technologies Similaires

Notre Site utilise des cookies pour améliorer votre expérience utilisateur. Un cookie est un petit fichier texte placé sur votre appareil pour aider le Site à analyser l\'utilisation du site et à reconnaître vos préférences lors de vos visites futures. Vous pouvez configurer votre navigateur pour refuser les cookies, mais cela peut limiter votre utilisation de certaines fonctionnalités du Site.

7. Vos Droits

Vous avez le droit de :

Pour exercer ces droits, veuillez nous contacter à [Adresse Email de Contact].

8. Modifications de cette Politique de Confidentialité

Nous nous réservons le droit de modifier cette politique de confidentialité à tout moment. Les modifications seront publiées sur cette page avec la date de la dernière mise à jour. Nous vous encourageons à consulter régulièrement cette page pour rester informé(e) de la manière dont nous protégeons vos informations personnelles.

9. Contact

Si vous avez des questions concernant cette politique de confidentialité, veuillez nous contacter à : 

Autour de la Guitare
[Adresse Postale]
[Adresse Email de Contact]
[Numéro de Téléphone]

'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `pages_components` +-- + +CREATE TABLE `pages_components` ( + `id` int(10) UNSIGNED NOT NULL, + `entity_id` int(10) UNSIGNED DEFAULT NULL, + `component_id` int(10) UNSIGNED DEFAULT NULL, + `component_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `pages_components` +-- + +INSERT INTO `pages_components` (`id`, `entity_id`, `component_id`, `component_type`, `field`, `order`) VALUES +(1, 1, 1, 'shared.seo', 'seo', NULL), +(4, 2, 2, 'shared.seo', 'seo', NULL), +(5, 3, 3, 'shared.seo', 'seo', NULL), +(6, 4, 4, 'shared.seo', 'seo', NULL), +(7, 5, 5, 'shared.seo', 'seo', NULL), +(8, 6, 6, 'shared.seo', 'seo', NULL), +(9, 7, 7, 'shared.seo', 'seo', NULL), +(10, 8, 8, 'shared.seo', 'seo', NULL), +(12, 9, 9, 'shared.seo', 'seo', NULL), +(13, 10, 10, 'shared.seo', 'seo', NULL), +(197, 11, 13, 'shared.seo', 'seo', NULL), +(205, 1, 1, 'content.carousel', 'home', 1), +(206, 1, 1, 'media.mosaic', 'home', 2), +(207, 1, 2, 'content.text-box', 'home', 3), +(208, 1, 1, 'media.video-box', 'home', 4); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `products` +-- + +CREATE TABLE `products` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `description` longtext DEFAULT NULL, + `content` longtext DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `amount` decimal(10,2) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `products` +-- + +INSERT INTO `products` (`id`, `title`, `description`, `content`, `slug`, `amount`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Cours niveau 1', 'Description du cours niveau 1', 'contenu a écrire sur le cours niveau 1', 'cours', 1500.00, '2023-02-14 17:00:15.540000', '2023-02-14 17:00:20.267000', '2023-02-14 17:00:20.262000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `products_vat_links` +-- + +CREATE TABLE `products_vat_links` ( + `id` int(10) UNSIGNED NOT NULL, + `product_id` int(10) UNSIGNED DEFAULT NULL, + `vat_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `products_vat_links` +-- + +INSERT INTO `products_vat_links` (`id`, `product_id`, `vat_id`) VALUES +(1, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_api_tokens` +-- + +CREATE TABLE `strapi_api_tokens` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `access_key` varchar(255) DEFAULT NULL, + `last_used_at` datetime(6) DEFAULT NULL, + `expires_at` datetime(6) DEFAULT NULL, + `lifespan` bigint(20) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_api_token_permissions` +-- + +CREATE TABLE `strapi_api_token_permissions` ( + `id` int(10) UNSIGNED NOT NULL, + `action` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_api_token_permissions_token_links` +-- + +CREATE TABLE `strapi_api_token_permissions_token_links` ( + `id` int(10) UNSIGNED NOT NULL, + `api_token_permission_id` int(10) UNSIGNED DEFAULT NULL, + `api_token_id` int(10) UNSIGNED DEFAULT NULL, + `api_token_permission_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_core_store_settings` +-- + +CREATE TABLE `strapi_core_store_settings` ( + `id` int(10) UNSIGNED NOT NULL, + `key` varchar(255) DEFAULT NULL, + `value` longtext DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `environment` varchar(255) DEFAULT NULL, + `tag` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `strapi_core_store_settings` +-- + +INSERT INTO `strapi_core_store_settings` (`id`, `key`, `value`, `type`, `environment`, `tag`) VALUES +(1, 'strapi_content_types_schema', '{\"admin::permission\":{\"collectionName\":\"admin_permissions\",\"info\":{\"name\":\"Permission\",\"description\":\"\",\"singularName\":\"permission\",\"pluralName\":\"permissions\",\"displayName\":\"Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"actionParameters\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":{}},\"subject\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false},\"properties\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":{}},\"conditions\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":[]},\"role\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::role\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"admin_permissions\",\"info\":{\"name\":\"Permission\",\"description\":\"\",\"singularName\":\"permission\",\"pluralName\":\"permissions\",\"displayName\":\"Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"actionParameters\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":{}},\"subject\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false},\"properties\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":{}},\"conditions\":{\"type\":\"json\",\"configurable\":false,\"required\":false,\"default\":[]},\"role\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::role\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"permission\",\"connection\":\"default\",\"uid\":\"admin::permission\",\"plugin\":\"admin\",\"globalId\":\"AdminPermission\"},\"admin::user\":{\"collectionName\":\"admin_users\",\"info\":{\"name\":\"User\",\"description\":\"\",\"singularName\":\"user\",\"pluralName\":\"users\",\"displayName\":\"User\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"firstname\":{\"type\":\"string\",\"unique\":false,\"minLength\":1,\"configurable\":false,\"required\":false},\"lastname\":{\"type\":\"string\",\"unique\":false,\"minLength\":1,\"configurable\":false,\"required\":false},\"username\":{\"type\":\"string\",\"unique\":false,\"configurable\":false,\"required\":false},\"email\":{\"type\":\"email\",\"minLength\":6,\"configurable\":false,\"required\":true,\"unique\":true,\"private\":true},\"password\":{\"type\":\"password\",\"minLength\":6,\"configurable\":false,\"required\":false,\"private\":true,\"searchable\":false},\"resetPasswordToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true,\"searchable\":false},\"registrationToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true,\"searchable\":false},\"isActive\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false,\"private\":true},\"roles\":{\"configurable\":false,\"private\":true,\"type\":\"relation\",\"relation\":\"manyToMany\",\"inversedBy\":\"users\",\"target\":\"admin::role\",\"collectionName\":\"strapi_users_roles\"},\"blocked\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false,\"private\":true},\"preferedLanguage\":{\"type\":\"string\",\"configurable\":false,\"required\":false,\"searchable\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"config\":{\"attributes\":{\"resetPasswordToken\":{\"hidden\":true},\"registrationToken\":{\"hidden\":true}}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"admin_users\",\"info\":{\"name\":\"User\",\"description\":\"\",\"singularName\":\"user\",\"pluralName\":\"users\",\"displayName\":\"User\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"firstname\":{\"type\":\"string\",\"unique\":false,\"minLength\":1,\"configurable\":false,\"required\":false},\"lastname\":{\"type\":\"string\",\"unique\":false,\"minLength\":1,\"configurable\":false,\"required\":false},\"username\":{\"type\":\"string\",\"unique\":false,\"configurable\":false,\"required\":false},\"email\":{\"type\":\"email\",\"minLength\":6,\"configurable\":false,\"required\":true,\"unique\":true,\"private\":true},\"password\":{\"type\":\"password\",\"minLength\":6,\"configurable\":false,\"required\":false,\"private\":true,\"searchable\":false},\"resetPasswordToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true,\"searchable\":false},\"registrationToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true,\"searchable\":false},\"isActive\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false,\"private\":true},\"roles\":{\"configurable\":false,\"private\":true,\"type\":\"relation\",\"relation\":\"manyToMany\",\"inversedBy\":\"users\",\"target\":\"admin::role\",\"collectionName\":\"strapi_users_roles\"},\"blocked\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false,\"private\":true},\"preferedLanguage\":{\"type\":\"string\",\"configurable\":false,\"required\":false,\"searchable\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"user\",\"connection\":\"default\",\"uid\":\"admin::user\",\"plugin\":\"admin\",\"globalId\":\"AdminUser\"},\"admin::role\":{\"collectionName\":\"admin_roles\",\"info\":{\"name\":\"Role\",\"description\":\"\",\"singularName\":\"role\",\"pluralName\":\"roles\",\"displayName\":\"Role\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"unique\":true,\"configurable\":false,\"required\":true},\"code\":{\"type\":\"string\",\"minLength\":1,\"unique\":true,\"configurable\":false,\"required\":true},\"description\":{\"type\":\"string\",\"configurable\":false},\"users\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToMany\",\"mappedBy\":\"roles\",\"target\":\"admin::user\"},\"permissions\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"oneToMany\",\"mappedBy\":\"role\",\"target\":\"admin::permission\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"admin_roles\",\"info\":{\"name\":\"Role\",\"description\":\"\",\"singularName\":\"role\",\"pluralName\":\"roles\",\"displayName\":\"Role\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"unique\":true,\"configurable\":false,\"required\":true},\"code\":{\"type\":\"string\",\"minLength\":1,\"unique\":true,\"configurable\":false,\"required\":true},\"description\":{\"type\":\"string\",\"configurable\":false},\"users\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToMany\",\"mappedBy\":\"roles\",\"target\":\"admin::user\"},\"permissions\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"oneToMany\",\"mappedBy\":\"role\",\"target\":\"admin::permission\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"role\",\"connection\":\"default\",\"uid\":\"admin::role\",\"plugin\":\"admin\",\"globalId\":\"AdminRole\"},\"admin::api-token\":{\"collectionName\":\"strapi_api_tokens\",\"info\":{\"name\":\"Api Token\",\"singularName\":\"api-token\",\"pluralName\":\"api-tokens\",\"displayName\":\"Api Token\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"unique\":true},\"description\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false,\"default\":\"\"},\"type\":{\"type\":\"enumeration\",\"enum\":[\"read-only\",\"full-access\",\"custom\"],\"configurable\":false,\"required\":true,\"default\":\"read-only\"},\"accessKey\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"searchable\":false},\"lastUsedAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"permissions\":{\"type\":\"relation\",\"target\":\"admin::api-token-permission\",\"relation\":\"oneToMany\",\"mappedBy\":\"token\",\"configurable\":false,\"required\":false},\"expiresAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"lifespan\":{\"type\":\"biginteger\",\"configurable\":false,\"required\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_api_tokens\",\"info\":{\"name\":\"Api Token\",\"singularName\":\"api-token\",\"pluralName\":\"api-tokens\",\"displayName\":\"Api Token\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"unique\":true},\"description\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false,\"default\":\"\"},\"type\":{\"type\":\"enumeration\",\"enum\":[\"read-only\",\"full-access\",\"custom\"],\"configurable\":false,\"required\":true,\"default\":\"read-only\"},\"accessKey\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"searchable\":false},\"lastUsedAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"permissions\":{\"type\":\"relation\",\"target\":\"admin::api-token-permission\",\"relation\":\"oneToMany\",\"mappedBy\":\"token\",\"configurable\":false,\"required\":false},\"expiresAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"lifespan\":{\"type\":\"biginteger\",\"configurable\":false,\"required\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"api-token\",\"connection\":\"default\",\"uid\":\"admin::api-token\",\"plugin\":\"admin\",\"globalId\":\"AdminApiToken\"},\"admin::api-token-permission\":{\"collectionName\":\"strapi_api_token_permissions\",\"info\":{\"name\":\"API Token Permission\",\"description\":\"\",\"singularName\":\"api-token-permission\",\"pluralName\":\"api-token-permissions\",\"displayName\":\"API Token Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"token\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::api-token\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_api_token_permissions\",\"info\":{\"name\":\"API Token Permission\",\"description\":\"\",\"singularName\":\"api-token-permission\",\"pluralName\":\"api-token-permissions\",\"displayName\":\"API Token Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"token\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::api-token\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"api-token-permission\",\"connection\":\"default\",\"uid\":\"admin::api-token-permission\",\"plugin\":\"admin\",\"globalId\":\"AdminApiTokenPermission\"},\"admin::transfer-token\":{\"collectionName\":\"strapi_transfer_tokens\",\"info\":{\"name\":\"Transfer Token\",\"singularName\":\"transfer-token\",\"pluralName\":\"transfer-tokens\",\"displayName\":\"Transfer Token\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"unique\":true},\"description\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false,\"default\":\"\"},\"accessKey\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"lastUsedAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"permissions\":{\"type\":\"relation\",\"target\":\"admin::transfer-token-permission\",\"relation\":\"oneToMany\",\"mappedBy\":\"token\",\"configurable\":false,\"required\":false},\"expiresAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"lifespan\":{\"type\":\"biginteger\",\"configurable\":false,\"required\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_transfer_tokens\",\"info\":{\"name\":\"Transfer Token\",\"singularName\":\"transfer-token\",\"pluralName\":\"transfer-tokens\",\"displayName\":\"Transfer Token\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true,\"unique\":true},\"description\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":false,\"default\":\"\"},\"accessKey\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"lastUsedAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"permissions\":{\"type\":\"relation\",\"target\":\"admin::transfer-token-permission\",\"relation\":\"oneToMany\",\"mappedBy\":\"token\",\"configurable\":false,\"required\":false},\"expiresAt\":{\"type\":\"datetime\",\"configurable\":false,\"required\":false},\"lifespan\":{\"type\":\"biginteger\",\"configurable\":false,\"required\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"transfer-token\",\"connection\":\"default\",\"uid\":\"admin::transfer-token\",\"plugin\":\"admin\",\"globalId\":\"AdminTransferToken\"},\"admin::transfer-token-permission\":{\"collectionName\":\"strapi_transfer_token_permissions\",\"info\":{\"name\":\"Transfer Token Permission\",\"description\":\"\",\"singularName\":\"transfer-token-permission\",\"pluralName\":\"transfer-token-permissions\",\"displayName\":\"Transfer Token Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"token\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::transfer-token\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_transfer_token_permissions\",\"info\":{\"name\":\"Transfer Token Permission\",\"description\":\"\",\"singularName\":\"transfer-token-permission\",\"pluralName\":\"transfer-token-permissions\",\"displayName\":\"Transfer Token Permission\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"minLength\":1,\"configurable\":false,\"required\":true},\"token\":{\"configurable\":false,\"type\":\"relation\",\"relation\":\"manyToOne\",\"inversedBy\":\"permissions\",\"target\":\"admin::transfer-token\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"transfer-token-permission\",\"connection\":\"default\",\"uid\":\"admin::transfer-token-permission\",\"plugin\":\"admin\",\"globalId\":\"AdminTransferTokenPermission\"},\"plugin::upload.file\":{\"collectionName\":\"files\",\"info\":{\"singularName\":\"file\",\"pluralName\":\"files\",\"displayName\":\"File\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"alternativeText\":{\"type\":\"string\",\"configurable\":false},\"caption\":{\"type\":\"string\",\"configurable\":false},\"width\":{\"type\":\"integer\",\"configurable\":false},\"height\":{\"type\":\"integer\",\"configurable\":false},\"formats\":{\"type\":\"json\",\"configurable\":false},\"hash\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"ext\":{\"type\":\"string\",\"configurable\":false},\"mime\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"size\":{\"type\":\"decimal\",\"configurable\":false,\"required\":true},\"url\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"previewUrl\":{\"type\":\"string\",\"configurable\":false},\"provider\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"provider_metadata\":{\"type\":\"json\",\"configurable\":false},\"related\":{\"type\":\"relation\",\"relation\":\"morphToMany\",\"configurable\":false},\"folder\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::upload.folder\",\"inversedBy\":\"files\",\"private\":true},\"folderPath\":{\"type\":\"string\",\"min\":1,\"required\":true,\"private\":true,\"searchable\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"indexes\":[{\"name\":\"upload_files_folder_path_index\",\"columns\":[\"folder_path\"],\"type\":null},{\"name\":\"upload_files_created_at_index\",\"columns\":[\"created_at\"],\"type\":null},{\"name\":\"upload_files_updated_at_index\",\"columns\":[\"updated_at\"],\"type\":null},{\"name\":\"upload_files_name_index\",\"columns\":[\"name\"],\"type\":null},{\"name\":\"upload_files_size_index\",\"columns\":[\"size\"],\"type\":null},{\"name\":\"upload_files_ext_index\",\"columns\":[\"ext\"],\"type\":null}],\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"files\",\"info\":{\"singularName\":\"file\",\"pluralName\":\"files\",\"displayName\":\"File\",\"description\":\"\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"alternativeText\":{\"type\":\"string\",\"configurable\":false},\"caption\":{\"type\":\"string\",\"configurable\":false},\"width\":{\"type\":\"integer\",\"configurable\":false},\"height\":{\"type\":\"integer\",\"configurable\":false},\"formats\":{\"type\":\"json\",\"configurable\":false},\"hash\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"ext\":{\"type\":\"string\",\"configurable\":false},\"mime\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"size\":{\"type\":\"decimal\",\"configurable\":false,\"required\":true},\"url\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"previewUrl\":{\"type\":\"string\",\"configurable\":false},\"provider\":{\"type\":\"string\",\"configurable\":false,\"required\":true},\"provider_metadata\":{\"type\":\"json\",\"configurable\":false},\"related\":{\"type\":\"relation\",\"relation\":\"morphToMany\",\"configurable\":false},\"folder\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::upload.folder\",\"inversedBy\":\"files\",\"private\":true},\"folderPath\":{\"type\":\"string\",\"min\":1,\"required\":true,\"private\":true,\"searchable\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"file\",\"connection\":\"default\",\"uid\":\"plugin::upload.file\",\"plugin\":\"upload\",\"globalId\":\"UploadFile\"},\"plugin::upload.folder\":{\"collectionName\":\"upload_folders\",\"info\":{\"singularName\":\"folder\",\"pluralName\":\"folders\",\"displayName\":\"Folder\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"min\":1,\"required\":true},\"pathId\":{\"type\":\"integer\",\"unique\":true,\"required\":true},\"parent\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::upload.folder\",\"inversedBy\":\"children\"},\"children\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::upload.folder\",\"mappedBy\":\"parent\"},\"files\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::upload.file\",\"mappedBy\":\"folder\"},\"path\":{\"type\":\"string\",\"min\":1,\"required\":true},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"indexes\":[{\"name\":\"upload_folders_path_id_index\",\"columns\":[\"path_id\"],\"type\":\"unique\"},{\"name\":\"upload_folders_path_index\",\"columns\":[\"path\"],\"type\":\"unique\"}],\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"upload_folders\",\"info\":{\"singularName\":\"folder\",\"pluralName\":\"folders\",\"displayName\":\"Folder\"},\"options\":{},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"min\":1,\"required\":true},\"pathId\":{\"type\":\"integer\",\"unique\":true,\"required\":true},\"parent\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::upload.folder\",\"inversedBy\":\"children\"},\"children\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::upload.folder\",\"mappedBy\":\"parent\"},\"files\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::upload.file\",\"mappedBy\":\"folder\"},\"path\":{\"type\":\"string\",\"min\":1,\"required\":true}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"folder\",\"connection\":\"default\",\"uid\":\"plugin::upload.folder\",\"plugin\":\"upload\",\"globalId\":\"UploadFolder\"},\"plugin::content-releases.release\":{\"collectionName\":\"strapi_releases\",\"info\":{\"singularName\":\"release\",\"pluralName\":\"releases\",\"displayName\":\"Release\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"required\":true},\"releasedAt\":{\"type\":\"datetime\"},\"scheduledAt\":{\"type\":\"datetime\"},\"timezone\":{\"type\":\"string\"},\"status\":{\"type\":\"enumeration\",\"enum\":[\"ready\",\"blocked\",\"failed\",\"done\",\"empty\"],\"required\":true},\"actions\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::content-releases.release-action\",\"mappedBy\":\"release\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_releases\",\"info\":{\"singularName\":\"release\",\"pluralName\":\"releases\",\"displayName\":\"Release\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"required\":true},\"releasedAt\":{\"type\":\"datetime\"},\"scheduledAt\":{\"type\":\"datetime\"},\"timezone\":{\"type\":\"string\"},\"status\":{\"type\":\"enumeration\",\"enum\":[\"ready\",\"blocked\",\"failed\",\"done\",\"empty\"],\"required\":true},\"actions\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::content-releases.release-action\",\"mappedBy\":\"release\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"release\",\"connection\":\"default\",\"uid\":\"plugin::content-releases.release\",\"plugin\":\"content-releases\",\"globalId\":\"ContentReleasesRelease\"},\"plugin::content-releases.release-action\":{\"collectionName\":\"strapi_release_actions\",\"info\":{\"singularName\":\"release-action\",\"pluralName\":\"release-actions\",\"displayName\":\"Release Action\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"type\":{\"type\":\"enumeration\",\"enum\":[\"publish\",\"unpublish\"],\"required\":true},\"entry\":{\"type\":\"relation\",\"relation\":\"morphToOne\",\"configurable\":false},\"contentType\":{\"type\":\"string\",\"required\":true},\"locale\":{\"type\":\"string\"},\"release\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::content-releases.release\",\"inversedBy\":\"actions\"},\"isEntryValid\":{\"type\":\"boolean\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"strapi_release_actions\",\"info\":{\"singularName\":\"release-action\",\"pluralName\":\"release-actions\",\"displayName\":\"Release Action\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"type\":{\"type\":\"enumeration\",\"enum\":[\"publish\",\"unpublish\"],\"required\":true},\"entry\":{\"type\":\"relation\",\"relation\":\"morphToOne\",\"configurable\":false},\"contentType\":{\"type\":\"string\",\"required\":true},\"locale\":{\"type\":\"string\"},\"release\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::content-releases.release\",\"inversedBy\":\"actions\"},\"isEntryValid\":{\"type\":\"boolean\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"release-action\",\"connection\":\"default\",\"uid\":\"plugin::content-releases.release-action\",\"plugin\":\"content-releases\",\"globalId\":\"ContentReleasesReleaseAction\"},\"plugin::i18n.locale\":{\"info\":{\"singularName\":\"locale\",\"pluralName\":\"locales\",\"collectionName\":\"locales\",\"displayName\":\"Locale\",\"description\":\"\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"min\":1,\"max\":50,\"configurable\":false},\"code\":{\"type\":\"string\",\"unique\":true,\"configurable\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"info\":{\"singularName\":\"locale\",\"pluralName\":\"locales\",\"collectionName\":\"locales\",\"displayName\":\"Locale\",\"description\":\"\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"min\":1,\"max\":50,\"configurable\":false},\"code\":{\"type\":\"string\",\"unique\":true,\"configurable\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"locale\",\"connection\":\"default\",\"uid\":\"plugin::i18n.locale\",\"plugin\":\"i18n\",\"collectionName\":\"i18n_locale\",\"globalId\":\"I18NLocale\"},\"plugin::users-permissions.permission\":{\"collectionName\":\"up_permissions\",\"info\":{\"name\":\"permission\",\"description\":\"\",\"singularName\":\"permission\",\"pluralName\":\"permissions\",\"displayName\":\"Permission\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"required\":true,\"configurable\":false},\"role\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::users-permissions.role\",\"inversedBy\":\"permissions\",\"configurable\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"up_permissions\",\"info\":{\"name\":\"permission\",\"description\":\"\",\"singularName\":\"permission\",\"pluralName\":\"permissions\",\"displayName\":\"Permission\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"action\":{\"type\":\"string\",\"required\":true,\"configurable\":false},\"role\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::users-permissions.role\",\"inversedBy\":\"permissions\",\"configurable\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"permission\",\"connection\":\"default\",\"uid\":\"plugin::users-permissions.permission\",\"plugin\":\"users-permissions\",\"globalId\":\"UsersPermissionsPermission\"},\"plugin::users-permissions.role\":{\"collectionName\":\"up_roles\",\"info\":{\"name\":\"role\",\"description\":\"\",\"singularName\":\"role\",\"pluralName\":\"roles\",\"displayName\":\"Role\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":3,\"required\":true,\"configurable\":false},\"description\":{\"type\":\"string\",\"configurable\":false},\"type\":{\"type\":\"string\",\"unique\":true,\"configurable\":false},\"permissions\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::users-permissions.permission\",\"mappedBy\":\"role\",\"configurable\":false},\"users\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::users-permissions.user\",\"mappedBy\":\"role\",\"configurable\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"kind\":\"collectionType\",\"__schema__\":{\"collectionName\":\"up_roles\",\"info\":{\"name\":\"role\",\"description\":\"\",\"singularName\":\"role\",\"pluralName\":\"roles\",\"displayName\":\"Role\"},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"name\":{\"type\":\"string\",\"minLength\":3,\"required\":true,\"configurable\":false},\"description\":{\"type\":\"string\",\"configurable\":false},\"type\":{\"type\":\"string\",\"unique\":true,\"configurable\":false},\"permissions\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::users-permissions.permission\",\"mappedBy\":\"role\",\"configurable\":false},\"users\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::users-permissions.user\",\"mappedBy\":\"role\",\"configurable\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"role\",\"connection\":\"default\",\"uid\":\"plugin::users-permissions.role\",\"plugin\":\"users-permissions\",\"globalId\":\"UsersPermissionsRole\"},\"plugin::users-permissions.user\":{\"collectionName\":\"up_users\",\"info\":{\"name\":\"user\",\"description\":\"\",\"singularName\":\"user\",\"pluralName\":\"users\",\"displayName\":\"User\"},\"options\":{\"draftAndPublish\":false},\"attributes\":{\"username\":{\"type\":\"string\",\"minLength\":3,\"unique\":true,\"configurable\":false,\"required\":true},\"email\":{\"type\":\"email\",\"minLength\":6,\"configurable\":false,\"required\":true},\"provider\":{\"type\":\"string\",\"configurable\":false},\"password\":{\"type\":\"password\",\"minLength\":6,\"configurable\":false,\"private\":true},\"resetPasswordToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true},\"confirmationToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true},\"confirmed\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false},\"blocked\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false},\"role\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::users-permissions.role\",\"inversedBy\":\"users\",\"configurable\":false},\"avatar\":{\"allowedTypes\":[\"images\"],\"type\":\"media\",\"configurable\":false,\"multiple\":false},\"newsletter\":{\"type\":\"boolean\",\"default\":false},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"config\":{\"attributes\":{\"resetPasswordToken\":{\"hidden\":true},\"confirmationToken\":{\"hidden\":true},\"provider\":{\"hidden\":true}}},\"kind\":\"collectionType\",\"__filename__\":\"schema.json\",\"__schema__\":{\"collectionName\":\"up_users\",\"info\":{\"name\":\"user\",\"description\":\"\",\"singularName\":\"user\",\"pluralName\":\"users\",\"displayName\":\"User\"},\"options\":{\"draftAndPublish\":false},\"attributes\":{\"username\":{\"type\":\"string\",\"minLength\":3,\"unique\":true,\"configurable\":false,\"required\":true},\"email\":{\"type\":\"email\",\"minLength\":6,\"configurable\":false,\"required\":true},\"provider\":{\"type\":\"string\",\"configurable\":false},\"password\":{\"type\":\"password\",\"minLength\":6,\"configurable\":false,\"private\":true},\"resetPasswordToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true},\"confirmationToken\":{\"type\":\"string\",\"configurable\":false,\"private\":true},\"confirmed\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false},\"blocked\":{\"type\":\"boolean\",\"default\":false,\"configurable\":false},\"role\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::users-permissions.role\",\"inversedBy\":\"users\",\"configurable\":false},\"avatar\":{\"allowedTypes\":[\"images\"],\"type\":\"media\",\"configurable\":false,\"multiple\":false},\"newsletter\":{\"type\":\"boolean\",\"default\":false}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"user\",\"connection\":\"default\",\"uid\":\"plugin::users-permissions.user\",\"plugin\":\"users-permissions\",\"globalId\":\"UsersPermissionsUser\"},\"plugin::menus.menu\":{\"kind\":\"collectionType\",\"collectionName\":\"menus\",\"info\":{\"name\":\"Menu\",\"displayName\":\"Menu\",\"singularName\":\"menu\",\"pluralName\":\"menus\",\"tableName\":\"menus\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"title\":{\"type\":\"string\",\"required\":true},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\",\"required\":true},\"items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::menus.menu-item\",\"mappedBy\":\"root_menu\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"menus\",\"info\":{\"name\":\"Menu\",\"displayName\":\"Menu\",\"singularName\":\"menu\",\"pluralName\":\"menus\",\"tableName\":\"menus\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"title\":{\"type\":\"string\",\"required\":true},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\",\"required\":true},\"items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"plugin::menus.menu-item\",\"mappedBy\":\"root_menu\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"menu\",\"connection\":\"default\",\"uid\":\"plugin::menus.menu\",\"plugin\":\"menus\",\"globalId\":\"MenusMenu\"},\"plugin::menus.menu-item\":{\"kind\":\"collectionType\",\"collectionName\":\"menu_items\",\"info\":{\"name\":\"MenuItem\",\"displayName\":\"Menu Item\",\"singularName\":\"menu-item\",\"pluralName\":\"menu-items\",\"tableName\":\"menu_items\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"order\":{\"type\":\"integer\"},\"title\":{\"type\":\"string\",\"required\":true},\"url\":{\"type\":\"string\"},\"target\":{\"type\":\"enumeration\",\"enum\":[\"_blank\",\"_parent\",\"_self\",\"_top\"]},\"root_menu\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::menus.menu\",\"inversedBy\":\"items\",\"required\":true},\"parent\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"plugin::menus.menu-item\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"menu_items\",\"info\":{\"name\":\"MenuItem\",\"displayName\":\"Menu Item\",\"singularName\":\"menu-item\",\"pluralName\":\"menu-items\",\"tableName\":\"menu_items\"},\"options\":{\"draftAndPublish\":false},\"pluginOptions\":{\"content-manager\":{\"visible\":false},\"content-type-builder\":{\"visible\":false}},\"attributes\":{\"order\":{\"type\":\"integer\"},\"title\":{\"type\":\"string\",\"required\":true},\"url\":{\"type\":\"string\"},\"target\":{\"type\":\"enumeration\",\"enum\":[\"_blank\",\"_parent\",\"_self\",\"_top\"]},\"root_menu\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"plugin::menus.menu\",\"inversedBy\":\"items\",\"required\":true},\"parent\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"plugin::menus.menu-item\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"menu-item\",\"connection\":\"default\",\"uid\":\"plugin::menus.menu-item\",\"plugin\":\"menus\",\"globalId\":\"MenusMenuItem\"},\"api::article.article\":{\"kind\":\"collectionType\",\"collectionName\":\"articles\",\"info\":{\"singularName\":\"article\",\"pluralName\":\"articles\",\"displayName\":\"Article\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"title\":{\"type\":\"string\"},\"description\":{\"type\":\"text\"},\"content\":{\"type\":\"richtext\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\"},\"category\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::category.category\",\"inversedBy\":\"articles\"},\"image\":{\"type\":\"media\",\"multiple\":false,\"required\":false,\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"]},\"author\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::writer.writer\",\"inversedBy\":\"articles\"},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"articles\",\"info\":{\"singularName\":\"article\",\"pluralName\":\"articles\",\"displayName\":\"Article\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"title\":{\"type\":\"string\"},\"description\":{\"type\":\"text\"},\"content\":{\"type\":\"richtext\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\"},\"category\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::category.category\",\"inversedBy\":\"articles\"},\"image\":{\"type\":\"media\",\"multiple\":false,\"required\":false,\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"]},\"author\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::writer.writer\",\"inversedBy\":\"articles\"},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"article\",\"connection\":\"default\",\"uid\":\"api::article.article\",\"apiName\":\"article\",\"globalId\":\"Article\",\"actions\":{},\"lifecycles\":{}},\"api::category.category\":{\"kind\":\"collectionType\",\"collectionName\":\"categories\",\"info\":{\"singularName\":\"category\",\"pluralName\":\"categories\",\"displayName\":\"Category\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"name\"},\"articles\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::article.article\",\"mappedBy\":\"category\"},\"image\":{\"type\":\"media\",\"multiple\":false,\"required\":false,\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"]},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"categories\",\"info\":{\"singularName\":\"category\",\"pluralName\":\"categories\",\"displayName\":\"Category\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"name\"},\"articles\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::article.article\",\"mappedBy\":\"category\"},\"image\":{\"type\":\"media\",\"multiple\":false,\"required\":false,\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"]},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"category\",\"connection\":\"default\",\"uid\":\"api::category.category\",\"apiName\":\"category\",\"globalId\":\"Category\",\"actions\":{},\"lifecycles\":{}},\"api::filter-category.filter-category\":{\"kind\":\"collectionType\",\"collectionName\":\"filter_categories\",\"info\":{\"singularName\":\"filter-category\",\"pluralName\":\"filter-categories\",\"displayName\":\"filter category\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"filter_items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-item.filter-item\",\"mappedBy\":\"filter_category\"},\"filter_section\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::filter-section.filter-section\",\"inversedBy\":\"filter_categories\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"filter_categories\",\"info\":{\"singularName\":\"filter-category\",\"pluralName\":\"filter-categories\",\"displayName\":\"filter category\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"filter_items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-item.filter-item\",\"mappedBy\":\"filter_category\"},\"filter_section\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::filter-section.filter-section\",\"inversedBy\":\"filter_categories\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"filter-category\",\"connection\":\"default\",\"uid\":\"api::filter-category.filter-category\",\"apiName\":\"filter-category\",\"globalId\":\"FilterCategory\",\"actions\":{},\"lifecycles\":{}},\"api::filter-item.filter-item\":{\"kind\":\"collectionType\",\"collectionName\":\"filter_items\",\"info\":{\"singularName\":\"filter-item\",\"pluralName\":\"filter-items\",\"displayName\":\"Filter item\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"product\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::product.product\",\"inversedBy\":\"filter_items\"},\"filter_category\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::filter-category.filter-category\",\"inversedBy\":\"filter_items\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"filter_items\",\"info\":{\"singularName\":\"filter-item\",\"pluralName\":\"filter-items\",\"displayName\":\"Filter item\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"product\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::product.product\",\"inversedBy\":\"filter_items\"},\"filter_category\":{\"type\":\"relation\",\"relation\":\"manyToOne\",\"target\":\"api::filter-category.filter-category\",\"inversedBy\":\"filter_items\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"filter-item\",\"connection\":\"default\",\"uid\":\"api::filter-item.filter-item\",\"apiName\":\"filter-item\",\"globalId\":\"FilterItem\",\"actions\":{},\"lifecycles\":{}},\"api::filter-section.filter-section\":{\"kind\":\"collectionType\",\"collectionName\":\"filter_sections\",\"info\":{\"singularName\":\"filter-section\",\"pluralName\":\"filter-sections\",\"displayName\":\"Filter section\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"filter_categories\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-category.filter-category\",\"mappedBy\":\"filter_section\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"filter_sections\",\"info\":{\"singularName\":\"filter-section\",\"pluralName\":\"filter-sections\",\"displayName\":\"Filter section\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"filter_categories\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-category.filter-category\",\"mappedBy\":\"filter_section\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"filter-section\",\"connection\":\"default\",\"uid\":\"api::filter-section.filter-section\",\"apiName\":\"filter-section\",\"globalId\":\"FilterSection\",\"actions\":{},\"lifecycles\":{}},\"api::page.page\":{\"kind\":\"collectionType\",\"collectionName\":\"pages\",\"info\":{\"singularName\":\"page\",\"pluralName\":\"pages\",\"displayName\":\"Pages\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"},\"home\":{\"type\":\"dynamiczone\",\"components\":[\"media.mosaic\",\"content.text-box\",\"media.video-box\",\"content.carousel\"]},\"content\":{\"type\":\"richtext\",\"options\":{\"output\":\"HTML\",\"preset\":\"rich\"},\"customField\":\"plugin::ckeditor.CKEditor\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"pages\",\"info\":{\"singularName\":\"page\",\"pluralName\":\"pages\",\"displayName\":\"Pages\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"label\"},\"seo\":{\"type\":\"component\",\"repeatable\":false,\"component\":\"shared.seo\"},\"home\":{\"type\":\"dynamiczone\",\"components\":[\"media.mosaic\",\"content.text-box\",\"media.video-box\",\"content.carousel\"]},\"content\":{\"type\":\"customField\",\"options\":{\"output\":\"HTML\",\"preset\":\"rich\"},\"customField\":\"plugin::ckeditor.CKEditor\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"page\",\"connection\":\"default\",\"uid\":\"api::page.page\",\"apiName\":\"page\",\"globalId\":\"Page\",\"actions\":{},\"lifecycles\":{}},\"api::product.product\":{\"kind\":\"collectionType\",\"collectionName\":\"products\",\"info\":{\"singularName\":\"product\",\"pluralName\":\"products\",\"displayName\":\"Product\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"title\":{\"type\":\"string\"},\"description\":{\"type\":\"text\"},\"content\":{\"type\":\"richtext\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\"},\"amount\":{\"type\":\"decimal\"},\"vat\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"api::vat.vat\"},\"filter_items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-item.filter-item\",\"mappedBy\":\"product\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"products\",\"info\":{\"singularName\":\"product\",\"pluralName\":\"products\",\"displayName\":\"Product\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"title\":{\"type\":\"string\"},\"description\":{\"type\":\"text\"},\"content\":{\"type\":\"richtext\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"title\"},\"amount\":{\"type\":\"decimal\"},\"vat\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"api::vat.vat\"},\"filter_items\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::filter-item.filter-item\",\"mappedBy\":\"product\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"product\",\"connection\":\"default\",\"uid\":\"api::product.product\",\"apiName\":\"product\",\"globalId\":\"Product\",\"actions\":{},\"lifecycles\":{}},\"api::vat.vat\":{\"kind\":\"collectionType\",\"collectionName\":\"vats\",\"info\":{\"singularName\":\"vat\",\"pluralName\":\"vats\",\"displayName\":\"Vat\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"amount\":{\"type\":\"decimal\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"vats\",\"info\":{\"singularName\":\"vat\",\"pluralName\":\"vats\",\"displayName\":\"Vat\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"label\":{\"type\":\"string\"},\"amount\":{\"type\":\"decimal\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"vat\",\"connection\":\"default\",\"uid\":\"api::vat.vat\",\"apiName\":\"vat\",\"globalId\":\"Vat\",\"actions\":{},\"lifecycles\":{}},\"api::vendor.vendor\":{\"kind\":\"collectionType\",\"collectionName\":\"vendor\",\"info\":{\"singularName\":\"vendor\",\"pluralName\":\"vendors\",\"displayName\":\"Vendor\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"name\",\"required\":true,\"private\":true},\"active\":{\"type\":\"boolean\"},\"admin_users\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"admin::user\"},\"override\":{\"type\":\"boolean\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"vendor\",\"info\":{\"singularName\":\"vendor\",\"pluralName\":\"vendors\",\"displayName\":\"Vendor\",\"description\":\"\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"uid\",\"targetField\":\"name\",\"required\":true,\"private\":true},\"active\":{\"type\":\"boolean\"},\"admin_users\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"admin::user\"},\"override\":{\"type\":\"boolean\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"vendor\",\"connection\":\"default\",\"uid\":\"api::vendor.vendor\",\"apiName\":\"vendor\",\"globalId\":\"Vendor\",\"actions\":{},\"lifecycles\":{}},\"api::writer.writer\":{\"kind\":\"collectionType\",\"collectionName\":\"writers\",\"info\":{\"singularName\":\"writer\",\"pluralName\":\"writers\",\"displayName\":\"Writer\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"picture\":{\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"],\"type\":\"media\",\"multiple\":false},\"articles\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::article.article\",\"mappedBy\":\"author\"},\"email\":{\"type\":\"string\"},\"createdAt\":{\"type\":\"datetime\"},\"updatedAt\":{\"type\":\"datetime\"},\"publishedAt\":{\"type\":\"datetime\",\"configurable\":false,\"writable\":true,\"visible\":false},\"createdBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true},\"updatedBy\":{\"type\":\"relation\",\"relation\":\"oneToOne\",\"target\":\"admin::user\",\"configurable\":false,\"writable\":false,\"visible\":false,\"useJoinTable\":false,\"private\":true}},\"__schema__\":{\"collectionName\":\"writers\",\"info\":{\"singularName\":\"writer\",\"pluralName\":\"writers\",\"displayName\":\"Writer\"},\"options\":{\"draftAndPublish\":true},\"pluginOptions\":{},\"attributes\":{\"name\":{\"type\":\"string\"},\"picture\":{\"allowedTypes\":[\"images\",\"files\",\"videos\",\"audios\"],\"type\":\"media\",\"multiple\":false},\"articles\":{\"type\":\"relation\",\"relation\":\"oneToMany\",\"target\":\"api::article.article\",\"mappedBy\":\"author\"},\"email\":{\"type\":\"string\"}},\"kind\":\"collectionType\"},\"modelType\":\"contentType\",\"modelName\":\"writer\",\"connection\":\"default\",\"uid\":\"api::writer.writer\",\"apiName\":\"writer\",\"globalId\":\"Writer\",\"actions\":{},\"lifecycles\":{}}}', 'object', NULL, NULL); +INSERT INTO `strapi_core_store_settings` (`id`, `key`, `value`, `type`, `environment`, `tag`) VALUES +(2, 'plugin_content_manager_configuration_components::meta.meta', '{\"uid\":\"meta.meta\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"property\",\"defaultSortBy\":\"property\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"property\":{\"edit\":{\"label\":\"property\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"property\",\"searchable\":true,\"sortable\":true}},\"content\":{\"edit\":{\"label\":\"content\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"content\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"property\",\"content\"],\"edit\":[[{\"name\":\"property\",\"size\":6},{\"name\":\"content\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(3, 'plugin_content_manager_configuration_components::shared.seo', '{\"uid\":\"shared.seo\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"metaTitle\",\"defaultSortBy\":\"metaTitle\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"metaTitle\":{\"edit\":{\"label\":\"metaTitle\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"metaTitle\",\"searchable\":true,\"sortable\":true}},\"metaDescription\":{\"edit\":{\"label\":\"metaDescription\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"metaDescription\",\"searchable\":true,\"sortable\":true}},\"SharedImage\":{\"edit\":{\"label\":\"SharedImage\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"SharedImage\",\"searchable\":false,\"sortable\":false}},\"preventIndexing\":{\"edit\":{\"label\":\"preventIndexing\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"preventIndexing\",\"searchable\":true,\"sortable\":true}},\"structuredData\":{\"edit\":{\"label\":\"structuredData\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"structuredData\",\"searchable\":false,\"sortable\":false}},\"metaType\":{\"edit\":{\"label\":\"metaType\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"metaType\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"metaTitle\",\"metaDescription\",\"SharedImage\"],\"edit\":[[{\"name\":\"metaTitle\",\"size\":6},{\"name\":\"metaDescription\",\"size\":6}],[{\"name\":\"SharedImage\",\"size\":12}],[{\"name\":\"preventIndexing\",\"size\":4}],[{\"name\":\"structuredData\",\"size\":12}],[{\"name\":\"metaType\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(4, 'plugin_content_manager_configuration_components::shared.shared-image', '{\"uid\":\"shared.shared-image\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"alt\",\"defaultSortBy\":\"alt\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"alt\":{\"edit\":{\"label\":\"alt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"alt\",\"searchable\":true,\"sortable\":true}},\"media\":{\"edit\":{\"label\":\"media\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"media\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"alt\",\"media\"],\"edit\":[[{\"name\":\"alt\",\"size\":6},{\"name\":\"media\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(5, 'plugin_content_manager_configuration_content_types::admin::permission', '{\"uid\":\"admin::permission\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"action\",\"defaultSortBy\":\"action\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"action\":{\"edit\":{\"label\":\"action\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"action\",\"searchable\":true,\"sortable\":true}},\"actionParameters\":{\"edit\":{\"label\":\"actionParameters\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"actionParameters\",\"searchable\":false,\"sortable\":false}},\"subject\":{\"edit\":{\"label\":\"subject\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"subject\",\"searchable\":true,\"sortable\":true}},\"properties\":{\"edit\":{\"label\":\"properties\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"properties\",\"searchable\":false,\"sortable\":false}},\"conditions\":{\"edit\":{\"label\":\"conditions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"conditions\",\"searchable\":false,\"sortable\":false}},\"role\":{\"edit\":{\"label\":\"role\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"role\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"action\",\"subject\",\"role\"],\"edit\":[[{\"name\":\"action\",\"size\":6},{\"name\":\"subject\",\"size\":6}],[{\"name\":\"properties\",\"size\":12}],[{\"name\":\"conditions\",\"size\":12}],[{\"name\":\"role\",\"size\":6}],[{\"name\":\"actionParameters\",\"size\":12}]]}}', 'object', NULL, NULL), +(6, 'plugin_content_manager_configuration_content_types::admin::role', '{\"uid\":\"admin::role\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"code\":{\"edit\":{\"label\":\"code\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"code\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"users\":{\"edit\":{\"label\":\"users\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"users\",\"searchable\":false,\"sortable\":false}},\"permissions\":{\"edit\":{\"label\":\"permissions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"action\"},\"list\":{\"label\":\"permissions\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"code\",\"description\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"code\",\"size\":6}],[{\"name\":\"description\",\"size\":6},{\"name\":\"users\",\"size\":6}],[{\"name\":\"permissions\",\"size\":6}]]}}', 'object', NULL, NULL), +(7, 'plugin_content_manager_configuration_content_types::admin::user', '{\"uid\":\"admin::user\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"firstname\",\"defaultSortBy\":\"firstname\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"firstname\":{\"edit\":{\"label\":\"firstname\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"firstname\",\"searchable\":true,\"sortable\":true}},\"lastname\":{\"edit\":{\"label\":\"lastname\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"lastname\",\"searchable\":true,\"sortable\":true}},\"username\":{\"edit\":{\"label\":\"username\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"username\",\"searchable\":true,\"sortable\":true}},\"email\":{\"edit\":{\"label\":\"email\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"email\",\"searchable\":true,\"sortable\":true}},\"password\":{\"edit\":{\"label\":\"password\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"password\",\"searchable\":true,\"sortable\":true}},\"resetPasswordToken\":{\"edit\":{\"label\":\"resetPasswordToken\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"resetPasswordToken\",\"searchable\":true,\"sortable\":true}},\"registrationToken\":{\"edit\":{\"label\":\"registrationToken\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"registrationToken\",\"searchable\":true,\"sortable\":true}},\"isActive\":{\"edit\":{\"label\":\"isActive\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"isActive\",\"searchable\":true,\"sortable\":true}},\"roles\":{\"edit\":{\"label\":\"roles\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"roles\",\"searchable\":false,\"sortable\":false}},\"blocked\":{\"edit\":{\"label\":\"blocked\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"blocked\",\"searchable\":true,\"sortable\":true}},\"preferedLanguage\":{\"edit\":{\"label\":\"preferedLanguage\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"preferedLanguage\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"firstname\",\"lastname\",\"username\"],\"edit\":[[{\"name\":\"firstname\",\"size\":6},{\"name\":\"lastname\",\"size\":6}],[{\"name\":\"username\",\"size\":6},{\"name\":\"email\",\"size\":6}],[{\"name\":\"password\",\"size\":6}],[{\"name\":\"isActive\",\"size\":4}],[{\"name\":\"roles\",\"size\":6},{\"name\":\"blocked\",\"size\":4}],[{\"name\":\"preferedLanguage\",\"size\":6}]]}}', 'object', NULL, NULL), +(8, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.permission', '{\"uid\":\"plugin::users-permissions.permission\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"action\",\"defaultSortBy\":\"action\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"action\":{\"edit\":{\"label\":\"action\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"action\",\"searchable\":true,\"sortable\":true}},\"role\":{\"edit\":{\"label\":\"role\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"role\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"action\",\"role\",\"createdAt\"],\"edit\":[[{\"name\":\"action\",\"size\":6},{\"name\":\"role\",\"size\":6}]]}}', 'object', NULL, NULL), +(9, 'plugin_content_manager_configuration_content_types::admin::api-token', '{\"uid\":\"admin::api-token\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"type\":{\"edit\":{\"label\":\"type\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"type\",\"searchable\":true,\"sortable\":true}},\"accessKey\":{\"edit\":{\"label\":\"accessKey\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"accessKey\",\"searchable\":true,\"sortable\":true}},\"lastUsedAt\":{\"edit\":{\"label\":\"lastUsedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"lastUsedAt\",\"searchable\":true,\"sortable\":true}},\"permissions\":{\"edit\":{\"label\":\"permissions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"action\"},\"list\":{\"label\":\"permissions\",\"searchable\":false,\"sortable\":false}},\"expiresAt\":{\"edit\":{\"label\":\"expiresAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"expiresAt\",\"searchable\":true,\"sortable\":true}},\"lifespan\":{\"edit\":{\"label\":\"lifespan\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"lifespan\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"description\",\"type\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"description\",\"size\":6}],[{\"name\":\"type\",\"size\":6},{\"name\":\"accessKey\",\"size\":6}],[{\"name\":\"lastUsedAt\",\"size\":6},{\"name\":\"permissions\",\"size\":6}],[{\"name\":\"expiresAt\",\"size\":6},{\"name\":\"lifespan\",\"size\":4}]]}}', 'object', NULL, NULL), +(10, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.user', '{\"uid\":\"plugin::users-permissions.user\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"username\",\"defaultSortBy\":\"username\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"username\":{\"edit\":{\"label\":\"username\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"username\",\"searchable\":true,\"sortable\":true}},\"email\":{\"edit\":{\"label\":\"email\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"email\",\"searchable\":true,\"sortable\":true}},\"provider\":{\"edit\":{\"label\":\"provider\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"provider\",\"searchable\":true,\"sortable\":true}},\"password\":{\"edit\":{\"label\":\"password\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"password\",\"searchable\":true,\"sortable\":true}},\"resetPasswordToken\":{\"edit\":{\"label\":\"resetPasswordToken\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"resetPasswordToken\",\"searchable\":true,\"sortable\":true}},\"confirmationToken\":{\"edit\":{\"label\":\"confirmationToken\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"confirmationToken\",\"searchable\":true,\"sortable\":true}},\"confirmed\":{\"edit\":{\"label\":\"confirmed\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"confirmed\",\"searchable\":true,\"sortable\":true}},\"blocked\":{\"edit\":{\"label\":\"blocked\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"blocked\",\"searchable\":true,\"sortable\":true}},\"role\":{\"edit\":{\"label\":\"role\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"role\",\"searchable\":true,\"sortable\":true}},\"avatar\":{\"edit\":{\"label\":\"avatar\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"avatar\",\"searchable\":false,\"sortable\":false}},\"newsletter\":{\"edit\":{\"label\":\"newsletter\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"newsletter\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"username\",\"email\",\"confirmed\"],\"edit\":[[{\"name\":\"username\",\"size\":6},{\"name\":\"email\",\"size\":6}],[{\"name\":\"password\",\"size\":6},{\"name\":\"confirmed\",\"size\":4}],[{\"name\":\"blocked\",\"size\":4},{\"name\":\"role\",\"size\":6}],[{\"name\":\"avatar\",\"size\":6},{\"name\":\"newsletter\",\"size\":4}]]}}', 'object', NULL, NULL), +(11, 'plugin_content_manager_configuration_content_types::plugin::upload.folder', '{\"uid\":\"plugin::upload.folder\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"pathId\":{\"edit\":{\"label\":\"pathId\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"pathId\",\"searchable\":true,\"sortable\":true}},\"parent\":{\"edit\":{\"label\":\"parent\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"parent\",\"searchable\":true,\"sortable\":true}},\"children\":{\"edit\":{\"label\":\"children\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"children\",\"searchable\":false,\"sortable\":false}},\"files\":{\"edit\":{\"label\":\"files\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"files\",\"searchable\":false,\"sortable\":false}},\"path\":{\"edit\":{\"label\":\"path\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"path\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"pathId\",\"parent\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"pathId\",\"size\":4}],[{\"name\":\"parent\",\"size\":6},{\"name\":\"children\",\"size\":6}],[{\"name\":\"files\",\"size\":6},{\"name\":\"path\",\"size\":6}]]}}', 'object', NULL, NULL), +(12, 'plugin_content_manager_configuration_content_types::admin::api-token-permission', '{\"uid\":\"admin::api-token-permission\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"action\",\"defaultSortBy\":\"action\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"action\":{\"edit\":{\"label\":\"action\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"action\",\"searchable\":true,\"sortable\":true}},\"token\":{\"edit\":{\"label\":\"token\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"token\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"action\",\"token\",\"createdAt\"],\"edit\":[[{\"name\":\"action\",\"size\":6},{\"name\":\"token\",\"size\":6}]]}}', 'object', NULL, NULL), +(13, 'plugin_content_manager_configuration_content_types::api::page.page', '{\"uid\":\"api::page.page\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"label\",\"defaultSortBy\":\"label\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"label\":{\"edit\":{\"label\":\"label\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"label\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"seo\":{\"edit\":{\"label\":\"seo\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"seo\",\"searchable\":false,\"sortable\":false}},\"home\":{\"edit\":{\"label\":\"home\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"home\",\"searchable\":false,\"sortable\":false}},\"content\":{\"edit\":{\"label\":\"content\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"content\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"edit\":[[{\"name\":\"label\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"content\",\"size\":12}],[{\"name\":\"seo\",\"size\":12}],[{\"name\":\"home\",\"size\":12}]],\"list\":[\"id\",\"label\",\"slug\",\"seo\"]}}', 'object', NULL, NULL), +(14, 'plugin_content_manager_configuration_content_types::plugin::menus.menu', '{\"uid\":\"plugin::menus.menu\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"items\":{\"edit\":{\"label\":\"items\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"items\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"title\",\"slug\",\"items\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"items\",\"size\":6}]]}}', 'object', NULL, NULL), +(15, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.role', '{\"uid\":\"plugin::users-permissions.role\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"type\":{\"edit\":{\"label\":\"type\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"type\",\"searchable\":true,\"sortable\":true}},\"permissions\":{\"edit\":{\"label\":\"permissions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"action\"},\"list\":{\"label\":\"permissions\",\"searchable\":false,\"sortable\":false}},\"users\":{\"edit\":{\"label\":\"users\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"username\"},\"list\":{\"label\":\"users\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"description\",\"type\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"description\",\"size\":6}],[{\"name\":\"type\",\"size\":6},{\"name\":\"permissions\",\"size\":6}],[{\"name\":\"users\",\"size\":6}]]}}', 'object', NULL, NULL), +(16, 'plugin_content_manager_configuration_content_types::plugin::upload.file', '{\"uid\":\"plugin::upload.file\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"alternativeText\":{\"edit\":{\"label\":\"alternativeText\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"alternativeText\",\"searchable\":true,\"sortable\":true}},\"caption\":{\"edit\":{\"label\":\"caption\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"caption\",\"searchable\":true,\"sortable\":true}},\"width\":{\"edit\":{\"label\":\"width\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"width\",\"searchable\":true,\"sortable\":true}},\"height\":{\"edit\":{\"label\":\"height\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"height\",\"searchable\":true,\"sortable\":true}},\"formats\":{\"edit\":{\"label\":\"formats\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"formats\",\"searchable\":false,\"sortable\":false}},\"hash\":{\"edit\":{\"label\":\"hash\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"hash\",\"searchable\":true,\"sortable\":true}},\"ext\":{\"edit\":{\"label\":\"ext\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"ext\",\"searchable\":true,\"sortable\":true}},\"mime\":{\"edit\":{\"label\":\"mime\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"mime\",\"searchable\":true,\"sortable\":true}},\"size\":{\"edit\":{\"label\":\"size\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"size\",\"searchable\":true,\"sortable\":true}},\"url\":{\"edit\":{\"label\":\"url\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"url\",\"searchable\":true,\"sortable\":true}},\"previewUrl\":{\"edit\":{\"label\":\"previewUrl\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"previewUrl\",\"searchable\":true,\"sortable\":true}},\"provider\":{\"edit\":{\"label\":\"provider\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"provider\",\"searchable\":true,\"sortable\":true}},\"provider_metadata\":{\"edit\":{\"label\":\"provider_metadata\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"provider_metadata\",\"searchable\":false,\"sortable\":false}},\"folder\":{\"edit\":{\"label\":\"folder\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"folder\",\"searchable\":true,\"sortable\":true}},\"folderPath\":{\"edit\":{\"label\":\"folderPath\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"folderPath\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"alternativeText\",\"caption\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"alternativeText\",\"size\":6}],[{\"name\":\"caption\",\"size\":6},{\"name\":\"width\",\"size\":4}],[{\"name\":\"height\",\"size\":4}],[{\"name\":\"formats\",\"size\":12}],[{\"name\":\"hash\",\"size\":6},{\"name\":\"ext\",\"size\":6}],[{\"name\":\"mime\",\"size\":6},{\"name\":\"size\",\"size\":4}],[{\"name\":\"url\",\"size\":6},{\"name\":\"previewUrl\",\"size\":6}],[{\"name\":\"provider\",\"size\":6}],[{\"name\":\"provider_metadata\",\"size\":12}],[{\"name\":\"folder\",\"size\":6},{\"name\":\"folderPath\",\"size\":6}]]}}', 'object', NULL, NULL), +(17, 'plugin_content_manager_configuration_content_types::plugin::i18n.locale', '{\"uid\":\"plugin::i18n.locale\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"code\":{\"edit\":{\"label\":\"code\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"code\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"code\",\"createdAt\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"code\",\"size\":6}]]}}', 'object', NULL, NULL), +(18, 'plugin_content_manager_configuration_content_types::plugin::menus.menu-item', '{\"uid\":\"plugin::menus.menu-item\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"order\":{\"edit\":{\"label\":\"order\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"order\",\"searchable\":true,\"sortable\":true}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"url\":{\"edit\":{\"label\":\"url\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"url\",\"searchable\":true,\"sortable\":true}},\"target\":{\"edit\":{\"label\":\"target\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"target\",\"searchable\":true,\"sortable\":true}},\"root_menu\":{\"edit\":{\"label\":\"root_menu\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"root_menu\",\"searchable\":true,\"sortable\":true}},\"parent\":{\"edit\":{\"label\":\"parent\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"parent\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"order\",\"title\",\"url\"],\"edit\":[[{\"name\":\"order\",\"size\":4},{\"name\":\"title\",\"size\":6}],[{\"name\":\"url\",\"size\":6},{\"name\":\"target\",\"size\":6}],[{\"name\":\"root_menu\",\"size\":6},{\"name\":\"parent\",\"size\":6}]]}}', 'object', NULL, NULL), +(19, 'plugin_upload_settings', '{\"sizeOptimization\":true,\"responsiveDimensions\":true,\"autoOrientation\":false}', 'object', NULL, NULL), +(20, 'plugin_upload_metrics', '{\"weeklySchedule\":\"32 51 12 * * 4\",\"lastWeeklyUpdate\":1718275892222}', 'object', NULL, NULL), +(21, 'plugin_i18n_default_locale', '\"en\"', 'string', NULL, NULL), +(22, 'plugin_users-permissions_grant', '{\"email\":{\"enabled\":true,\"icon\":\"envelope\"},\"discord\":{\"enabled\":false,\"icon\":\"discord\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/discord/callback\",\"scope\":[\"identify\",\"email\"]},\"facebook\":{\"enabled\":false,\"icon\":\"facebook-square\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/facebook/callback\",\"scope\":[\"email\"]},\"google\":{\"enabled\":false,\"icon\":\"google\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/google/callback\",\"scope\":[\"email\"]},\"github\":{\"enabled\":false,\"icon\":\"github\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/github/callback\",\"scope\":[\"user\",\"user:email\"]},\"microsoft\":{\"enabled\":false,\"icon\":\"windows\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/microsoft/callback\",\"scope\":[\"user.read\"]},\"twitter\":{\"enabled\":false,\"icon\":\"twitter\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/twitter/callback\"},\"instagram\":{\"enabled\":false,\"icon\":\"instagram\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/instagram/callback\",\"scope\":[\"user_profile\"]},\"vk\":{\"enabled\":false,\"icon\":\"vk\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/vk/callback\",\"scope\":[\"email\"]},\"twitch\":{\"enabled\":false,\"icon\":\"twitch\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/twitch/callback\",\"scope\":[\"user:read:email\"]},\"linkedin\":{\"enabled\":false,\"icon\":\"linkedin\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/linkedin/callback\",\"scope\":[\"r_liteprofile\",\"r_emailaddress\"]},\"cognito\":{\"enabled\":false,\"icon\":\"aws\",\"key\":\"\",\"secret\":\"\",\"subdomain\":\"my.subdomain.com\",\"callback\":\"api/auth/cognito/callback\",\"scope\":[\"email\",\"openid\",\"profile\"]},\"reddit\":{\"enabled\":false,\"icon\":\"reddit\",\"key\":\"\",\"secret\":\"\",\"state\":true,\"callback\":\"api/auth/reddit/callback\",\"scope\":[\"identity\"]},\"auth0\":{\"enabled\":false,\"icon\":\"\",\"key\":\"\",\"secret\":\"\",\"subdomain\":\"my-tenant.eu\",\"callback\":\"api/auth/auth0/callback\",\"scope\":[\"openid\",\"email\",\"profile\"]},\"cas\":{\"enabled\":false,\"icon\":\"book\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/cas/callback\",\"scope\":[\"openid email\"],\"subdomain\":\"my.subdomain.com/cas\"},\"patreon\":{\"enabled\":false,\"icon\":\"\",\"key\":\"\",\"secret\":\"\",\"callback\":\"api/auth/patreon/callback\",\"scope\":[\"identity\",\"identity[email]\"]},\"keycloak\":{\"enabled\":false,\"icon\":\"\",\"key\":\"\",\"secret\":\"\",\"subdomain\":\"myKeycloakProvider.com/realms/myrealm\",\"callback\":\"api/auth/keycloak/callback\",\"scope\":[\"openid\",\"email\",\"profile\"]}}', 'object', NULL, NULL), +(23, 'plugin_users-permissions_email', '{\"reset_password\":{\"display\":\"Email.template.reset_password\",\"icon\":\"sync\",\"options\":{\"from\":{\"name\":\"Administration Panel\",\"email\":\"no-reply@strapi.io\"},\"response_email\":\"\",\"object\":\"Reset password\",\"message\":\"

We heard that you lost your password. Sorry about that!

\\n\\n

But don’t worry! You can use the following link to reset your password:

\\n

<%= URL %>?code=<%= TOKEN %>

\\n\\n

Thanks.

\"}},\"email_confirmation\":{\"display\":\"Email.template.email_confirmation\",\"icon\":\"check-square\",\"options\":{\"from\":{\"name\":\"Administration Panel\",\"email\":\"no-reply@strapi.io\"},\"response_email\":\"\",\"object\":\"Account confirmation\",\"message\":\"

Thank you for registering!

\\n\\n

You have to confirm your email address. Please click on the link below.

\\n\\n

<%= URL %>?confirmation=<%= CODE %>

\\n\\n

Thanks.

\"}}}', 'object', NULL, NULL), +(24, 'plugin_users-permissions_advanced', '{\"unique_email\":true,\"allow_register\":true,\"email_confirmation\":false,\"email_reset_password\":\"http://localhost:4200/reset-password\",\"email_confirmation_redirection\":\"\",\"default_role\":\"authenticated\"}', 'object', NULL, NULL), +(25, 'core_admin_auth', '{\"providers\":{\"autoRegister\":false,\"defaultRole\":null,\"ssoLockedRoles\":null}}', 'object', NULL, NULL); +INSERT INTO `strapi_core_store_settings` (`id`, `key`, `value`, `type`, `environment`, `tag`) VALUES +(26, 'plugin_content_manager_configuration_content_types::api::article.article', '{\"uid\":\"api::article.article\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"content\":{\"edit\":{\"label\":\"content\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"content\",\"searchable\":false,\"sortable\":false}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"category\":{\"edit\":{\"label\":\"category\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"category\",\"searchable\":true,\"sortable\":true}},\"image\":{\"edit\":{\"label\":\"image\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"image\",\"searchable\":false,\"sortable\":false}},\"author\":{\"edit\":{\"label\":\"author\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"author\",\"searchable\":true,\"sortable\":true}},\"seo\":{\"edit\":{\"label\":\"seo\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"seo\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"title\",\"description\",\"slug\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"description\",\"size\":6}],[{\"name\":\"content\",\"size\":12}],[{\"name\":\"slug\",\"size\":6},{\"name\":\"category\",\"size\":6}],[{\"name\":\"image\",\"size\":6},{\"name\":\"author\",\"size\":6}],[{\"name\":\"seo\",\"size\":12}]]}}', 'object', NULL, NULL), +(27, 'plugin_upload_view_configuration', '{\"pageSize\":10,\"sort\":\"createdAt:DESC\"}', 'object', NULL, NULL), +(28, 'plugin_content_manager_configuration_content_types::api::category.category', '{\"uid\":\"api::category.category\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"articles\":{\"edit\":{\"label\":\"articles\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"articles\",\"searchable\":false,\"sortable\":false}},\"image\":{\"edit\":{\"label\":\"image\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"image\",\"searchable\":false,\"sortable\":false}},\"seo\":{\"edit\":{\"label\":\"seo\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"seo\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"slug\",\"createdAt\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"articles\",\"size\":6},{\"name\":\"image\",\"size\":6}],[{\"name\":\"seo\",\"size\":12}]]}}', 'object', NULL, NULL), +(29, 'plugin_content_manager_configuration_content_types::api::writer.writer', '{\"uid\":\"api::writer.writer\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"picture\":{\"edit\":{\"label\":\"picture\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"picture\",\"searchable\":false,\"sortable\":false}},\"articles\":{\"edit\":{\"label\":\"articles\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"articles\",\"searchable\":false,\"sortable\":false}},\"email\":{\"edit\":{\"label\":\"email\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"email\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"picture\",\"articles\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"picture\",\"size\":6}],[{\"name\":\"articles\",\"size\":6},{\"name\":\"email\",\"size\":6}]]}}', 'object', NULL, NULL), +(30, 'plugin_meilisearch_meilisearch_api_key_config', 'false', 'boolean', NULL, NULL), +(31, 'plugin_meilisearch_meilisearch_host_config', 'false', 'boolean', NULL, NULL), +(32, 'plugin_meilisearch_meilisearch_listened_content_types', '[]', 'object', NULL, NULL), +(33, 'plugin_meilisearch_meilisearch_api_key', '\"f2e963e883cbacf6d4f63e792dc276491b8a866fb837f3fda37b8b78889a6851\"', 'string', NULL, NULL), +(34, 'plugin_meilisearch_meilisearch_host', '\"http://localhost:7700\"', 'string', NULL, NULL), +(35, 'plugin_meilisearch_meilisearch_indexed_content_types', '[]', 'object', NULL, NULL), +(36, 'plugin_content_manager_configuration_content_types::api::product.product', '{\"uid\":\"api::product.product\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"content\":{\"edit\":{\"label\":\"content\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"content\",\"searchable\":false,\"sortable\":false}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"amount\":{\"edit\":{\"label\":\"amount\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"amount\",\"searchable\":true,\"sortable\":true}},\"vat\":{\"edit\":{\"label\":\"vat\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"vat\",\"searchable\":true,\"sortable\":true}},\"filter_items\":{\"edit\":{\"label\":\"filter_items\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"filter_items\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"title\",\"description\",\"slug\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"description\",\"size\":6}],[{\"name\":\"content\",\"size\":12}],[{\"name\":\"slug\",\"size\":6},{\"name\":\"amount\",\"size\":4}],[{\"name\":\"vat\",\"size\":6},{\"name\":\"filter_items\",\"size\":6}]]}}', 'object', NULL, NULL), +(37, 'plugin_content_manager_configuration_content_types::api::vat.vat', '{\"uid\":\"api::vat.vat\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"label\",\"defaultSortBy\":\"label\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"label\":{\"edit\":{\"label\":\"label\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"label\",\"searchable\":true,\"sortable\":true}},\"amount\":{\"edit\":{\"label\":\"amount\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"amount\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"label\",\"amount\",\"createdAt\"],\"edit\":[[{\"name\":\"label\",\"size\":6},{\"name\":\"amount\",\"size\":4}]]}}', 'object', NULL, NULL), +(39, 'plugin_content_manager_configuration_content_types::api::filter-item.filter-item', '{\"uid\":\"api::filter-item.filter-item\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"label\",\"defaultSortBy\":\"label\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"label\":{\"edit\":{\"label\":\"label\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"label\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"product\":{\"edit\":{\"label\":\"product\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"title\"},\"list\":{\"label\":\"product\",\"searchable\":true,\"sortable\":true}},\"filter_category\":{\"edit\":{\"label\":\"filter_category\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"filter_category\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"label\",\"slug\",\"filter_category\"],\"edit\":[[{\"name\":\"label\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"product\",\"size\":6},{\"name\":\"filter_category\",\"size\":6}]]}}', 'object', NULL, NULL), +(40, 'plugin_content_manager_configuration_content_types::api::filter-section.filter-section', '{\"uid\":\"api::filter-section.filter-section\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"label\",\"defaultSortBy\":\"label\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"label\":{\"edit\":{\"label\":\"label\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"label\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"filter_categories\":{\"edit\":{\"label\":\"filter_categories\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"filter_categories\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"label\",\"slug\",\"createdAt\"],\"edit\":[[{\"name\":\"label\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"filter_categories\",\"size\":6}]]}}', 'object', NULL, NULL), +(41, 'plugin_content_manager_configuration_content_types::api::filter-category.filter-category', '{\"uid\":\"api::filter-category.filter-category\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"label\",\"defaultSortBy\":\"label\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"label\":{\"edit\":{\"label\":\"label\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"label\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"filter_items\":{\"edit\":{\"label\":\"filter_items\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"filter_items\",\"searchable\":false,\"sortable\":false}},\"filter_section\":{\"edit\":{\"label\":\"filter_section\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"label\"},\"list\":{\"label\":\"filter_section\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"label\",\"createdAt\",\"updatedAt\"],\"edit\":[[{\"name\":\"label\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"filter_items\",\"size\":6},{\"name\":\"filter_section\",\"size\":6}]]}}', 'object', NULL, NULL), +(42, 'plugin_content_manager_configuration_content_types::admin::transfer-token-permission', '{\"uid\":\"admin::transfer-token-permission\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"action\",\"defaultSortBy\":\"action\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"action\":{\"edit\":{\"label\":\"action\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"action\",\"searchable\":true,\"sortable\":true}},\"token\":{\"edit\":{\"label\":\"token\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"token\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"action\",\"token\",\"createdAt\"],\"edit\":[[{\"name\":\"action\",\"size\":6},{\"name\":\"token\",\"size\":6}]]}}', 'object', NULL, NULL), +(43, 'plugin_content_manager_configuration_content_types::admin::transfer-token', '{\"uid\":\"admin::transfer-token\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}},\"accessKey\":{\"edit\":{\"label\":\"accessKey\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"accessKey\",\"searchable\":true,\"sortable\":true}},\"lastUsedAt\":{\"edit\":{\"label\":\"lastUsedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"lastUsedAt\",\"searchable\":true,\"sortable\":true}},\"permissions\":{\"edit\":{\"label\":\"permissions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"action\"},\"list\":{\"label\":\"permissions\",\"searchable\":false,\"sortable\":false}},\"expiresAt\":{\"edit\":{\"label\":\"expiresAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"expiresAt\",\"searchable\":true,\"sortable\":true}},\"lifespan\":{\"edit\":{\"label\":\"lifespan\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"lifespan\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"description\",\"accessKey\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"description\",\"size\":6}],[{\"name\":\"accessKey\",\"size\":6},{\"name\":\"lastUsedAt\",\"size\":6}],[{\"name\":\"permissions\",\"size\":6},{\"name\":\"expiresAt\",\"size\":6}],[{\"name\":\"lifespan\",\"size\":4}]]}}', 'object', NULL, NULL), +(44, 'plugin_content_manager_configuration_content_types::api::vendor.vendor', '{\"uid\":\"api::vendor.vendor\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"slug\":{\"edit\":{\"label\":\"slug\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"slug\",\"searchable\":true,\"sortable\":true}},\"active\":{\"edit\":{\"label\":\"active\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"active\",\"searchable\":true,\"sortable\":true}},\"admin_users\":{\"edit\":{\"label\":\"admin_users\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"admin_users\",\"searchable\":false,\"sortable\":false}},\"override\":{\"edit\":{\"label\":\"override\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"override\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"slug\",\"active\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"slug\",\"size\":6}],[{\"name\":\"active\",\"size\":4},{\"name\":\"admin_users\",\"size\":6}],[{\"name\":\"override\",\"size\":4}]]}}', 'object', NULL, NULL), +(52, 'plugin_content_manager_configuration_components::content.text-box', '{\"uid\":\"content.text-box\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"content\":{\"edit\":{\"label\":\"content\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"content\",\"searchable\":false,\"sortable\":false}},\"imageLeft\":{\"edit\":{\"label\":\"imageLeft\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"imageLeft\",\"searchable\":false,\"sortable\":false}},\"imageRight\":{\"edit\":{\"label\":\"imageRight\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"imageRight\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"title\",\"imageLeft\",\"imageRight\"],\"edit\":[[{\"name\":\"title\",\"size\":6}],[{\"name\":\"content\",\"size\":12}],[{\"name\":\"imageLeft\",\"size\":6},{\"name\":\"imageRight\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(54, 'plugin_content_manager_configuration_components::content.carousel', '{\"uid\":\"content.carousel\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"items\":{\"edit\":{\"label\":\"items\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"items\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"title\",\"items\"],\"edit\":[[{\"name\":\"title\",\"size\":6}],[{\"name\":\"items\",\"size\":12}]]},\"isComponent\":true}', 'object', NULL, NULL), +(57, 'plugin_content_manager_configuration_components::actions.button', '{\"uid\":\"actions.button\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"path\":{\"edit\":{\"label\":\"path\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"path\",\"searchable\":true,\"sortable\":true}},\"type\":{\"edit\":{\"label\":\"type\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"type\",\"searchable\":true,\"sortable\":true}},\"source\":{\"edit\":{\"label\":\"source\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"source\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"title\",\"path\",\"type\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"path\",\"size\":6}],[{\"name\":\"type\",\"size\":6},{\"name\":\"source\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(59, 'plugin_content_manager_configuration_components::media.carousel-image', '{\"uid\":\"media.carousel-image\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"id\",\"defaultSortBy\":\"id\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"orientation\":{\"edit\":{\"label\":\"orientation\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"orientation\",\"searchable\":true,\"sortable\":true}},\"cover\":{\"edit\":{\"label\":\"cover\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"cover\",\"searchable\":false,\"sortable\":false}},\"fullscreen\":{\"edit\":{\"label\":\"fullscreen\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"fullscreen\",\"searchable\":true,\"sortable\":true}},\"format\":{\"edit\":{\"label\":\"format\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"format\",\"searchable\":true,\"sortable\":true}},\"background\":{\"edit\":{\"label\":\"background\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"background\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"orientation\",\"cover\",\"fullscreen\"],\"edit\":[[{\"name\":\"orientation\",\"size\":6},{\"name\":\"cover\",\"size\":6}],[{\"name\":\"fullscreen\",\"size\":4},{\"name\":\"format\",\"size\":6}],[{\"name\":\"background\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(60, 'plugin_content_manager_configuration_components::media.carousel-item', '{\"uid\":\"media.carousel-item\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"subtitle\":{\"edit\":{\"label\":\"subtitle\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"subtitle\",\"searchable\":true,\"sortable\":true}},\"illustration\":{\"edit\":{\"label\":\"illustration\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"illustration\",\"searchable\":false,\"sortable\":false}},\"actions\":{\"edit\":{\"label\":\"actions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"actions\",\"searchable\":false,\"sortable\":false}},\"columns\":{\"edit\":{\"label\":\"columns\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"columns\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"title\",\"subtitle\",\"illustration\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"subtitle\",\"size\":6}],[{\"name\":\"illustration\",\"size\":12}],[{\"name\":\"actions\",\"size\":12}],[{\"name\":\"columns\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(61, 'plugin_content_manager_configuration_components::media.mosaic', '{\"uid\":\"media.mosaic\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"subtitle\":{\"edit\":{\"label\":\"subtitle\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"subtitle\",\"searchable\":true,\"sortable\":true}},\"items\":{\"edit\":{\"label\":\"items\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"items\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"title\",\"subtitle\",\"items\"],\"edit\":[[{\"name\":\"title\",\"size\":6},{\"name\":\"subtitle\",\"size\":6}],[{\"name\":\"items\",\"size\":12}]]},\"isComponent\":true}', 'object', NULL, NULL), +(62, 'plugin_content_manager_configuration_components::media.mosaic-item', '{\"uid\":\"media.mosaic-item\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"icon\",\"defaultSortBy\":\"icon\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"icon\":{\"edit\":{\"label\":\"icon\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"icon\",\"searchable\":true,\"sortable\":true}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"icon\",\"title\",\"description\"],\"edit\":[[{\"name\":\"icon\",\"size\":6},{\"name\":\"title\",\"size\":6}],[{\"name\":\"description\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(63, 'plugin_content_manager_configuration_components::utils.navigate', '{\"uid\":\"utils.navigate\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"path\",\"defaultSortBy\":\"path\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"path\":{\"edit\":{\"label\":\"path\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"path\",\"searchable\":true,\"sortable\":true}},\"source\":{\"edit\":{\"label\":\"source\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"source\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"path\",\"source\"],\"edit\":[[{\"name\":\"path\",\"size\":6},{\"name\":\"source\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(64, 'plugin_content_manager_configuration_components::media.video-box', '{\"uid\":\"media.video-box\",\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"title\",\"defaultSortBy\":\"title\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":false,\"sortable\":false}},\"title\":{\"edit\":{\"label\":\"title\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"title\",\"searchable\":true,\"sortable\":true}},\"description\":{\"edit\":{\"label\":\"description\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"description\",\"searchable\":false,\"sortable\":false}},\"video\":{\"edit\":{\"label\":\"video\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"video\",\"searchable\":false,\"sortable\":false}}},\"layouts\":{\"list\":[\"id\",\"title\",\"video\"],\"edit\":[[{\"name\":\"title\",\"size\":6}],[{\"name\":\"description\",\"size\":12}],[{\"name\":\"video\",\"size\":6}]]},\"isComponent\":true}', 'object', NULL, NULL), +(65, 'plugin_content_manager_configuration_content_types::plugin::content-releases.release', '{\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"name\",\"defaultSortBy\":\"name\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"name\":{\"edit\":{\"label\":\"name\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"name\",\"searchable\":true,\"sortable\":true}},\"releasedAt\":{\"edit\":{\"label\":\"releasedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"releasedAt\",\"searchable\":true,\"sortable\":true}},\"scheduledAt\":{\"edit\":{\"label\":\"scheduledAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"scheduledAt\",\"searchable\":true,\"sortable\":true}},\"timezone\":{\"edit\":{\"label\":\"timezone\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"timezone\",\"searchable\":true,\"sortable\":true}},\"status\":{\"edit\":{\"label\":\"status\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"status\",\"searchable\":true,\"sortable\":true}},\"actions\":{\"edit\":{\"label\":\"actions\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"contentType\"},\"list\":{\"label\":\"actions\",\"searchable\":false,\"sortable\":false}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"name\",\"releasedAt\",\"scheduledAt\"],\"edit\":[[{\"name\":\"name\",\"size\":6},{\"name\":\"releasedAt\",\"size\":6}],[{\"name\":\"scheduledAt\",\"size\":6},{\"name\":\"timezone\",\"size\":6}],[{\"name\":\"status\",\"size\":6},{\"name\":\"actions\",\"size\":6}]]},\"uid\":\"plugin::content-releases.release\"}', 'object', NULL, NULL), +(66, 'plugin_content_manager_configuration_content_types::plugin::content-releases.release-action', '{\"settings\":{\"bulkable\":true,\"filterable\":true,\"searchable\":true,\"pageSize\":10,\"mainField\":\"contentType\",\"defaultSortBy\":\"contentType\",\"defaultSortOrder\":\"ASC\"},\"metadatas\":{\"id\":{\"edit\":{},\"list\":{\"label\":\"id\",\"searchable\":true,\"sortable\":true}},\"type\":{\"edit\":{\"label\":\"type\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"type\",\"searchable\":true,\"sortable\":true}},\"contentType\":{\"edit\":{\"label\":\"contentType\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"contentType\",\"searchable\":true,\"sortable\":true}},\"locale\":{\"edit\":{\"label\":\"locale\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"locale\",\"searchable\":true,\"sortable\":true}},\"release\":{\"edit\":{\"label\":\"release\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true,\"mainField\":\"name\"},\"list\":{\"label\":\"release\",\"searchable\":true,\"sortable\":true}},\"isEntryValid\":{\"edit\":{\"label\":\"isEntryValid\",\"description\":\"\",\"placeholder\":\"\",\"visible\":true,\"editable\":true},\"list\":{\"label\":\"isEntryValid\",\"searchable\":true,\"sortable\":true}},\"createdAt\":{\"edit\":{\"label\":\"createdAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"createdAt\",\"searchable\":true,\"sortable\":true}},\"updatedAt\":{\"edit\":{\"label\":\"updatedAt\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true},\"list\":{\"label\":\"updatedAt\",\"searchable\":true,\"sortable\":true}},\"createdBy\":{\"edit\":{\"label\":\"createdBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"createdBy\",\"searchable\":true,\"sortable\":true}},\"updatedBy\":{\"edit\":{\"label\":\"updatedBy\",\"description\":\"\",\"placeholder\":\"\",\"visible\":false,\"editable\":true,\"mainField\":\"firstname\"},\"list\":{\"label\":\"updatedBy\",\"searchable\":true,\"sortable\":true}}},\"layouts\":{\"list\":[\"id\",\"type\",\"contentType\",\"locale\"],\"edit\":[[{\"name\":\"type\",\"size\":6},{\"name\":\"contentType\",\"size\":6}],[{\"name\":\"locale\",\"size\":6},{\"name\":\"release\",\"size\":6}],[{\"name\":\"isEntryValid\",\"size\":4}]]},\"uid\":\"plugin::content-releases.release-action\"}', 'object', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_database_schema` +-- + +CREATE TABLE `strapi_database_schema` ( + `id` int(10) UNSIGNED NOT NULL, + `schema` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `time` datetime DEFAULT NULL, + `hash` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `strapi_database_schema` +-- + +INSERT INTO `strapi_database_schema` (`id`, `schema`, `time`, `hash`) VALUES +(84, '{\"tables\":[{\"name\":\"strapi_core_store_settings\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"key\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"value\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"environment\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"tag\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"strapi_webhooks\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"url\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"headers\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"events\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"enabled\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"admin_permissions\",\"indexes\":[{\"name\":\"admin_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"admin_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"admin_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"admin_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"action\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"action_parameters\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"subject\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"properties\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"conditions\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"admin_users\",\"indexes\":[{\"name\":\"admin_users_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"admin_users_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"admin_users_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"admin_users_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"firstname\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"lastname\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"username\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"email\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"password\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"reset_password_token\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"registration_token\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"is_active\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"blocked\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"prefered_language\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"admin_roles\",\"indexes\":[{\"name\":\"admin_roles_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"admin_roles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"admin_roles_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"admin_roles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"code\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_api_tokens\",\"indexes\":[{\"name\":\"strapi_api_tokens_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_api_tokens_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_api_tokens_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_api_tokens_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"access_key\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"last_used_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"expires_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"lifespan\",\"type\":\"bigInteger\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_api_token_permissions\",\"indexes\":[{\"name\":\"strapi_api_token_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_api_token_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_api_token_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_api_token_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"action\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_transfer_tokens\",\"indexes\":[{\"name\":\"strapi_transfer_tokens_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_transfer_tokens_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_transfer_tokens_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_transfer_tokens_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"access_key\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"last_used_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"expires_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"lifespan\",\"type\":\"bigInteger\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_transfer_token_permissions\",\"indexes\":[{\"name\":\"strapi_transfer_token_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_transfer_token_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_transfer_token_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_transfer_token_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"action\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"files\",\"indexes\":[{\"name\":\"upload_files_folder_path_index\",\"columns\":[\"folder_path\"],\"type\":null},{\"name\":\"upload_files_created_at_index\",\"columns\":[\"created_at\"],\"type\":null},{\"name\":\"upload_files_updated_at_index\",\"columns\":[\"updated_at\"],\"type\":null},{\"name\":\"upload_files_name_index\",\"columns\":[\"name\"],\"type\":null},{\"name\":\"upload_files_size_index\",\"columns\":[\"size\"],\"type\":null},{\"name\":\"upload_files_ext_index\",\"columns\":[\"ext\"],\"type\":null},{\"name\":\"files_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"files_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"files_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"files_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"alternative_text\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"caption\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"width\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"height\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"formats\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"hash\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"ext\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"mime\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"size\",\"type\":\"decimal\",\"args\":[10,2],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"url\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"preview_url\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"provider\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"provider_metadata\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"folder_path\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"upload_folders\",\"indexes\":[{\"name\":\"upload_folders_path_id_index\",\"columns\":[\"path_id\"],\"type\":\"unique\"},{\"name\":\"upload_folders_path_index\",\"columns\":[\"path\"],\"type\":\"unique\"},{\"name\":\"upload_folders_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"upload_folders_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"upload_folders_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"upload_folders_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"path_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"path\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_releases\",\"indexes\":[{\"name\":\"strapi_releases_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_releases_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_releases_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_releases_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"released_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"scheduled_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"timezone\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"status\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_release_actions\",\"indexes\":[{\"name\":\"strapi_release_actions_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"strapi_release_actions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"strapi_release_actions_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"strapi_release_actions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"target_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"target_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"content_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"locale\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"is_entry_valid\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"i18n_locale\",\"indexes\":[{\"name\":\"i18n_locale_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"i18n_locale_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"i18n_locale_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"i18n_locale_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"code\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"up_permissions\",\"indexes\":[{\"name\":\"up_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"up_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"up_permissions_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"up_permissions_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"action\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"up_roles\",\"indexes\":[{\"name\":\"up_roles_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"up_roles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"up_roles_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"up_roles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"up_users\",\"indexes\":[{\"name\":\"up_users_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"up_users_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"up_users_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"up_users_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"username\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"email\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"provider\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"password\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"reset_password_token\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"confirmation_token\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"confirmed\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"blocked\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"newsletter\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"menus\",\"indexes\":[{\"type\":\"unique\",\"name\":\"menus_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"menus_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"menus_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"menus_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"menus_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"menu_items\",\"indexes\":[{\"name\":\"menu_items_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"menu_items_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"menu_items_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"menu_items_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"order\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"url\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"target\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"articles\",\"indexes\":[{\"type\":\"unique\",\"name\":\"articles_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"articles_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"articles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"articles_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"articles_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"content\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"categories\",\"indexes\":[{\"type\":\"unique\",\"name\":\"categories_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"categories_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"categories_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"categories_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"categories_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_categories\",\"indexes\":[{\"type\":\"unique\",\"name\":\"filter_categories_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"filter_categories_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"filter_categories_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"filter_categories_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"filter_categories_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"label\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_items\",\"indexes\":[{\"type\":\"unique\",\"name\":\"filter_items_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"filter_items_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"filter_items_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"filter_items_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"filter_items_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"label\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_sections\",\"indexes\":[{\"type\":\"unique\",\"name\":\"filter_sections_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"filter_sections_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"filter_sections_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"filter_sections_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"filter_sections_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"label\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"pages\",\"indexes\":[{\"type\":\"unique\",\"name\":\"pages_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"pages_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"pages_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"pages_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"pages_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"label\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"content\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"products\",\"indexes\":[{\"type\":\"unique\",\"name\":\"products_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"products_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"products_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"products_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"products_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"content\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"amount\",\"type\":\"decimal\",\"args\":[10,2],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"vats\",\"indexes\":[{\"name\":\"vats_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"vats_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"vats_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"vats_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"label\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"amount\",\"type\":\"decimal\",\"args\":[10,2],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"vendor\",\"indexes\":[{\"type\":\"unique\",\"name\":\"vendor_slug_unique\",\"columns\":[\"slug\"]},{\"name\":\"vendor_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"vendor_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"vendor_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"vendor_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"slug\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false,\"unique\":true},{\"name\":\"active\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"override\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"writers\",\"indexes\":[{\"name\":\"writers_created_by_id_fk\",\"columns\":[\"created_by_id\"]},{\"name\":\"writers_updated_by_id_fk\",\"columns\":[\"updated_by_id\"]}],\"foreignKeys\":[{\"name\":\"writers_created_by_id_fk\",\"columns\":[\"created_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"},{\"name\":\"writers_updated_by_id_fk\",\"columns\":[\"updated_by_id\"],\"referencedTable\":\"admin_users\",\"referencedColumns\":[\"id\"],\"onDelete\":\"SET NULL\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"name\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"email\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"updated_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"published_at\",\"type\":\"datetime\",\"args\":[{\"useTz\":false,\"precision\":6}],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"created_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"updated_by_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"components_actions_buttons\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"path\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"source\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_content_carousels\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_content_text_boxes\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"content\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_media_carousel_images\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"orientation\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"fullscreen\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"format\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_media_carousel_items\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"subtitle\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"columns\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_media_mosaic_items\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"icon\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_media_mosaics\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"subtitle\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_media_video_boxes\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"description\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_meta_metas\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"property\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"content\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_shared_seos\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"meta_title\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"meta_description\",\"type\":\"text\",\"args\":[\"longtext\"],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"prevent_indexing\",\"type\":\"boolean\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"structured_data\",\"type\":\"jsonb\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"meta_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_shared_shared_images\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"alt\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"components_utils_navigates\",\"indexes\":[],\"foreignKeys\":[],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"path\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"source\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false}]},{\"name\":\"admin_permissions_role_links\",\"indexes\":[{\"name\":\"admin_permissions_role_links_fk\",\"columns\":[\"permission_id\"]},{\"name\":\"admin_permissions_role_links_inv_fk\",\"columns\":[\"role_id\"]},{\"name\":\"admin_permissions_role_links_unique\",\"columns\":[\"permission_id\",\"role_id\"],\"type\":\"unique\"},{\"name\":\"admin_permissions_role_links_order_inv_fk\",\"columns\":[\"permission_order\"]}],\"foreignKeys\":[{\"name\":\"admin_permissions_role_links_fk\",\"columns\":[\"permission_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"admin_permissions\",\"onDelete\":\"CASCADE\"},{\"name\":\"admin_permissions_role_links_inv_fk\",\"columns\":[\"role_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"admin_roles\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"permission_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"role_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"permission_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"admin_users_roles_links\",\"indexes\":[{\"name\":\"admin_users_roles_links_fk\",\"columns\":[\"user_id\"]},{\"name\":\"admin_users_roles_links_inv_fk\",\"columns\":[\"role_id\"]},{\"name\":\"admin_users_roles_links_unique\",\"columns\":[\"user_id\",\"role_id\"],\"type\":\"unique\"},{\"name\":\"admin_users_roles_links_order_fk\",\"columns\":[\"role_order\"]},{\"name\":\"admin_users_roles_links_order_inv_fk\",\"columns\":[\"user_order\"]}],\"foreignKeys\":[{\"name\":\"admin_users_roles_links_fk\",\"columns\":[\"user_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"admin_users\",\"onDelete\":\"CASCADE\"},{\"name\":\"admin_users_roles_links_inv_fk\",\"columns\":[\"role_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"admin_roles\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"user_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"role_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"role_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"user_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_api_token_permissions_token_links\",\"indexes\":[{\"name\":\"strapi_api_token_permissions_token_links_fk\",\"columns\":[\"api_token_permission_id\"]},{\"name\":\"strapi_api_token_permissions_token_links_inv_fk\",\"columns\":[\"api_token_id\"]},{\"name\":\"strapi_api_token_permissions_token_links_unique\",\"columns\":[\"api_token_permission_id\",\"api_token_id\"],\"type\":\"unique\"},{\"name\":\"strapi_api_token_permissions_token_links_order_inv_fk\",\"columns\":[\"api_token_permission_order\"]}],\"foreignKeys\":[{\"name\":\"strapi_api_token_permissions_token_links_fk\",\"columns\":[\"api_token_permission_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_api_token_permissions\",\"onDelete\":\"CASCADE\"},{\"name\":\"strapi_api_token_permissions_token_links_inv_fk\",\"columns\":[\"api_token_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_api_tokens\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"api_token_permission_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"api_token_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"api_token_permission_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_transfer_token_permissions_token_links\",\"indexes\":[{\"name\":\"strapi_transfer_token_permissions_token_links_fk\",\"columns\":[\"transfer_token_permission_id\"]},{\"name\":\"strapi_transfer_token_permissions_token_links_inv_fk\",\"columns\":[\"transfer_token_id\"]},{\"name\":\"strapi_transfer_token_permissions_token_links_unique\",\"columns\":[\"transfer_token_permission_id\",\"transfer_token_id\"],\"type\":\"unique\"},{\"name\":\"strapi_transfer_token_permissions_token_links_order_inv_fk\",\"columns\":[\"transfer_token_permission_order\"]}],\"foreignKeys\":[{\"name\":\"strapi_transfer_token_permissions_token_links_fk\",\"columns\":[\"transfer_token_permission_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_transfer_token_permissions\",\"onDelete\":\"CASCADE\"},{\"name\":\"strapi_transfer_token_permissions_token_links_inv_fk\",\"columns\":[\"transfer_token_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_transfer_tokens\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"transfer_token_permission_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"transfer_token_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"transfer_token_permission_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"files_related_morphs\",\"indexes\":[{\"name\":\"files_related_morphs_fk\",\"columns\":[\"file_id\"]},{\"name\":\"files_related_morphs_order_index\",\"columns\":[\"order\"]},{\"name\":\"files_related_morphs_id_column_index\",\"columns\":[\"related_id\"]}],\"foreignKeys\":[{\"name\":\"files_related_morphs_fk\",\"columns\":[\"file_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"files\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"file_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"related_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"related_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"files_folder_links\",\"indexes\":[{\"name\":\"files_folder_links_fk\",\"columns\":[\"file_id\"]},{\"name\":\"files_folder_links_inv_fk\",\"columns\":[\"folder_id\"]},{\"name\":\"files_folder_links_unique\",\"columns\":[\"file_id\",\"folder_id\"],\"type\":\"unique\"},{\"name\":\"files_folder_links_order_inv_fk\",\"columns\":[\"file_order\"]}],\"foreignKeys\":[{\"name\":\"files_folder_links_fk\",\"columns\":[\"file_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"files\",\"onDelete\":\"CASCADE\"},{\"name\":\"files_folder_links_inv_fk\",\"columns\":[\"folder_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"upload_folders\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"file_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"folder_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"file_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"upload_folders_parent_links\",\"indexes\":[{\"name\":\"upload_folders_parent_links_fk\",\"columns\":[\"folder_id\"]},{\"name\":\"upload_folders_parent_links_inv_fk\",\"columns\":[\"inv_folder_id\"]},{\"name\":\"upload_folders_parent_links_unique\",\"columns\":[\"folder_id\",\"inv_folder_id\"],\"type\":\"unique\"},{\"name\":\"upload_folders_parent_links_order_inv_fk\",\"columns\":[\"folder_order\"]}],\"foreignKeys\":[{\"name\":\"upload_folders_parent_links_fk\",\"columns\":[\"folder_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"upload_folders\",\"onDelete\":\"CASCADE\"},{\"name\":\"upload_folders_parent_links_inv_fk\",\"columns\":[\"inv_folder_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"upload_folders\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"folder_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"inv_folder_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"folder_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"strapi_release_actions_release_links\",\"indexes\":[{\"name\":\"strapi_release_actions_release_links_fk\",\"columns\":[\"release_action_id\"]},{\"name\":\"strapi_release_actions_release_links_inv_fk\",\"columns\":[\"release_id\"]},{\"name\":\"strapi_release_actions_release_links_unique\",\"columns\":[\"release_action_id\",\"release_id\"],\"type\":\"unique\"},{\"name\":\"strapi_release_actions_release_links_order_inv_fk\",\"columns\":[\"release_action_order\"]}],\"foreignKeys\":[{\"name\":\"strapi_release_actions_release_links_fk\",\"columns\":[\"release_action_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_release_actions\",\"onDelete\":\"CASCADE\"},{\"name\":\"strapi_release_actions_release_links_inv_fk\",\"columns\":[\"release_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"strapi_releases\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"release_action_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"release_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"release_action_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"up_permissions_role_links\",\"indexes\":[{\"name\":\"up_permissions_role_links_fk\",\"columns\":[\"permission_id\"]},{\"name\":\"up_permissions_role_links_inv_fk\",\"columns\":[\"role_id\"]},{\"name\":\"up_permissions_role_links_unique\",\"columns\":[\"permission_id\",\"role_id\"],\"type\":\"unique\"},{\"name\":\"up_permissions_role_links_order_inv_fk\",\"columns\":[\"permission_order\"]}],\"foreignKeys\":[{\"name\":\"up_permissions_role_links_fk\",\"columns\":[\"permission_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"up_permissions\",\"onDelete\":\"CASCADE\"},{\"name\":\"up_permissions_role_links_inv_fk\",\"columns\":[\"role_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"up_roles\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"permission_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"role_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"permission_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"up_users_role_links\",\"indexes\":[{\"name\":\"up_users_role_links_fk\",\"columns\":[\"user_id\"]},{\"name\":\"up_users_role_links_inv_fk\",\"columns\":[\"role_id\"]},{\"name\":\"up_users_role_links_unique\",\"columns\":[\"user_id\",\"role_id\"],\"type\":\"unique\"},{\"name\":\"up_users_role_links_order_inv_fk\",\"columns\":[\"user_order\"]}],\"foreignKeys\":[{\"name\":\"up_users_role_links_fk\",\"columns\":[\"user_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"up_users\",\"onDelete\":\"CASCADE\"},{\"name\":\"up_users_role_links_inv_fk\",\"columns\":[\"role_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"up_roles\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"user_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"role_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"user_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"menu_items_root_menu_links\",\"indexes\":[{\"name\":\"menu_items_root_menu_links_fk\",\"columns\":[\"menu_item_id\"]},{\"name\":\"menu_items_root_menu_links_inv_fk\",\"columns\":[\"menu_id\"]},{\"name\":\"menu_items_root_menu_links_unique\",\"columns\":[\"menu_item_id\",\"menu_id\"],\"type\":\"unique\"},{\"name\":\"menu_items_root_menu_links_order_inv_fk\",\"columns\":[\"menu_item_order\"]}],\"foreignKeys\":[{\"name\":\"menu_items_root_menu_links_fk\",\"columns\":[\"menu_item_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"menu_items\",\"onDelete\":\"CASCADE\"},{\"name\":\"menu_items_root_menu_links_inv_fk\",\"columns\":[\"menu_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"menus\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"menu_item_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"menu_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"menu_item_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"menu_items_parent_links\",\"indexes\":[{\"name\":\"menu_items_parent_links_fk\",\"columns\":[\"menu_item_id\"]},{\"name\":\"menu_items_parent_links_inv_fk\",\"columns\":[\"inv_menu_item_id\"]},{\"name\":\"menu_items_parent_links_unique\",\"columns\":[\"menu_item_id\",\"inv_menu_item_id\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"menu_items_parent_links_fk\",\"columns\":[\"menu_item_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"menu_items\",\"onDelete\":\"CASCADE\"},{\"name\":\"menu_items_parent_links_inv_fk\",\"columns\":[\"inv_menu_item_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"menu_items\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"menu_item_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"inv_menu_item_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"articles_components\",\"indexes\":[{\"name\":\"articles_field_index\",\"columns\":[\"field\"]},{\"name\":\"articles_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"articles_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"articles_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"articles_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"articles\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"articles_category_links\",\"indexes\":[{\"name\":\"articles_category_links_fk\",\"columns\":[\"article_id\"]},{\"name\":\"articles_category_links_inv_fk\",\"columns\":[\"category_id\"]},{\"name\":\"articles_category_links_unique\",\"columns\":[\"article_id\",\"category_id\"],\"type\":\"unique\"},{\"name\":\"articles_category_links_order_inv_fk\",\"columns\":[\"article_order\"]}],\"foreignKeys\":[{\"name\":\"articles_category_links_fk\",\"columns\":[\"article_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"articles\",\"onDelete\":\"CASCADE\"},{\"name\":\"articles_category_links_inv_fk\",\"columns\":[\"category_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"categories\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"article_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"category_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"article_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"articles_author_links\",\"indexes\":[{\"name\":\"articles_author_links_fk\",\"columns\":[\"article_id\"]},{\"name\":\"articles_author_links_inv_fk\",\"columns\":[\"writer_id\"]},{\"name\":\"articles_author_links_unique\",\"columns\":[\"article_id\",\"writer_id\"],\"type\":\"unique\"},{\"name\":\"articles_author_links_order_inv_fk\",\"columns\":[\"article_order\"]}],\"foreignKeys\":[{\"name\":\"articles_author_links_fk\",\"columns\":[\"article_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"articles\",\"onDelete\":\"CASCADE\"},{\"name\":\"articles_author_links_inv_fk\",\"columns\":[\"writer_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"writers\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"article_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"writer_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"article_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"categories_components\",\"indexes\":[{\"name\":\"categories_field_index\",\"columns\":[\"field\"]},{\"name\":\"categories_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"categories_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"categories_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"categories_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"categories\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_categories_filter_section_links\",\"indexes\":[{\"name\":\"filter_categories_filter_section_links_fk\",\"columns\":[\"filter_category_id\"]},{\"name\":\"filter_categories_filter_section_links_inv_fk\",\"columns\":[\"filter_section_id\"]},{\"name\":\"filter_categories_filter_section_links_unique\",\"columns\":[\"filter_category_id\",\"filter_section_id\"],\"type\":\"unique\"},{\"name\":\"filter_categories_filter_section_links_order_inv_fk\",\"columns\":[\"filter_category_order\"]}],\"foreignKeys\":[{\"name\":\"filter_categories_filter_section_links_fk\",\"columns\":[\"filter_category_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"filter_categories\",\"onDelete\":\"CASCADE\"},{\"name\":\"filter_categories_filter_section_links_inv_fk\",\"columns\":[\"filter_section_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"filter_sections\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"filter_category_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"filter_section_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"filter_category_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_items_product_links\",\"indexes\":[{\"name\":\"filter_items_product_links_fk\",\"columns\":[\"filter_item_id\"]},{\"name\":\"filter_items_product_links_inv_fk\",\"columns\":[\"product_id\"]},{\"name\":\"filter_items_product_links_unique\",\"columns\":[\"filter_item_id\",\"product_id\"],\"type\":\"unique\"},{\"name\":\"filter_items_product_links_order_inv_fk\",\"columns\":[\"filter_item_order\"]}],\"foreignKeys\":[{\"name\":\"filter_items_product_links_fk\",\"columns\":[\"filter_item_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"filter_items\",\"onDelete\":\"CASCADE\"},{\"name\":\"filter_items_product_links_inv_fk\",\"columns\":[\"product_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"products\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"filter_item_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"product_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"filter_item_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"filter_items_filter_category_links\",\"indexes\":[{\"name\":\"filter_items_filter_category_links_fk\",\"columns\":[\"filter_item_id\"]},{\"name\":\"filter_items_filter_category_links_inv_fk\",\"columns\":[\"filter_category_id\"]},{\"name\":\"filter_items_filter_category_links_unique\",\"columns\":[\"filter_item_id\",\"filter_category_id\"],\"type\":\"unique\"},{\"name\":\"filter_items_filter_category_links_order_inv_fk\",\"columns\":[\"filter_item_order\"]}],\"foreignKeys\":[{\"name\":\"filter_items_filter_category_links_fk\",\"columns\":[\"filter_item_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"filter_items\",\"onDelete\":\"CASCADE\"},{\"name\":\"filter_items_filter_category_links_inv_fk\",\"columns\":[\"filter_category_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"filter_categories\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"filter_item_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"filter_category_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"filter_item_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"pages_components\",\"indexes\":[{\"name\":\"pages_field_index\",\"columns\":[\"field\"]},{\"name\":\"pages_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"pages_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"pages_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"pages_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"pages\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"products_vat_links\",\"indexes\":[{\"name\":\"products_vat_links_fk\",\"columns\":[\"product_id\"]},{\"name\":\"products_vat_links_inv_fk\",\"columns\":[\"vat_id\"]},{\"name\":\"products_vat_links_unique\",\"columns\":[\"product_id\",\"vat_id\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"products_vat_links_fk\",\"columns\":[\"product_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"products\",\"onDelete\":\"CASCADE\"},{\"name\":\"products_vat_links_inv_fk\",\"columns\":[\"vat_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"vats\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"product_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"vat_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"vendor_admin_users_links\",\"indexes\":[{\"name\":\"vendor_admin_users_links_fk\",\"columns\":[\"vendor_id\"]},{\"name\":\"vendor_admin_users_links_inv_fk\",\"columns\":[\"user_id\"]},{\"name\":\"vendor_admin_users_links_unique\",\"columns\":[\"vendor_id\",\"user_id\"],\"type\":\"unique\"},{\"name\":\"vendor_admin_users_links_order_fk\",\"columns\":[\"user_order\"]}],\"foreignKeys\":[{\"name\":\"vendor_admin_users_links_fk\",\"columns\":[\"vendor_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"vendor\",\"onDelete\":\"CASCADE\"},{\"name\":\"vendor_admin_users_links_inv_fk\",\"columns\":[\"user_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"admin_users\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"vendor_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"user_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"user_order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"components_content_carousels_components\",\"indexes\":[{\"name\":\"components_content_carousels_field_index\",\"columns\":[\"field\"]},{\"name\":\"components_content_carousels_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"components_content_carousels_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"components_content_carousels_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"components_content_carousels_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"components_content_carousels\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"components_media_carousel_items_components\",\"indexes\":[{\"name\":\"components_media_carousel_items_field_index\",\"columns\":[\"field\"]},{\"name\":\"components_media_carousel_items_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"components_media_carousel_items_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"components_media_carousel_items_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"components_media_carousel_items_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"components_media_carousel_items\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"components_media_mosaics_components\",\"indexes\":[{\"name\":\"components_media_mosaics_field_index\",\"columns\":[\"field\"]},{\"name\":\"components_media_mosaics_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"components_media_mosaics_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"components_media_mosaics_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"components_media_mosaics_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"components_media_mosaics\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]},{\"name\":\"components_shared_seos_components\",\"indexes\":[{\"name\":\"components_shared_seos_field_index\",\"columns\":[\"field\"]},{\"name\":\"components_shared_seos_component_type_index\",\"columns\":[\"component_type\"]},{\"name\":\"components_shared_seos_entity_fk\",\"columns\":[\"entity_id\"]},{\"name\":\"components_shared_seos_unique\",\"columns\":[\"entity_id\",\"component_id\",\"field\",\"component_type\"],\"type\":\"unique\"}],\"foreignKeys\":[{\"name\":\"components_shared_seos_entity_fk\",\"columns\":[\"entity_id\"],\"referencedColumns\":[\"id\"],\"referencedTable\":\"components_shared_seos\",\"onDelete\":\"CASCADE\"}],\"columns\":[{\"name\":\"id\",\"type\":\"increments\",\"args\":[{\"primary\":true,\"primaryKey\":true}],\"defaultTo\":null,\"notNullable\":true,\"unsigned\":false},{\"name\":\"entity_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_id\",\"type\":\"integer\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true},{\"name\":\"component_type\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"field\",\"type\":\"string\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":false},{\"name\":\"order\",\"type\":\"double\",\"args\":[],\"defaultTo\":null,\"notNullable\":false,\"unsigned\":true}]}]}', '2024-06-13 11:00:28', '94fac07d872bb2ef3deb92b52f688d97'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_migrations` +-- + +CREATE TABLE `strapi_migrations` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `time` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_releases` +-- + +CREATE TABLE `strapi_releases` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `released_at` datetime(6) DEFAULT NULL, + `scheduled_at` datetime(6) DEFAULT NULL, + `timezone` varchar(255) DEFAULT NULL, + `status` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_release_actions` +-- + +CREATE TABLE `strapi_release_actions` ( + `id` int(10) UNSIGNED NOT NULL, + `type` varchar(255) DEFAULT NULL, + `target_id` int(10) UNSIGNED DEFAULT NULL, + `target_type` varchar(255) DEFAULT NULL, + `content_type` varchar(255) DEFAULT NULL, + `locale` varchar(255) DEFAULT NULL, + `is_entry_valid` tinyint(1) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_release_actions_release_links` +-- + +CREATE TABLE `strapi_release_actions_release_links` ( + `id` int(10) UNSIGNED NOT NULL, + `release_action_id` int(10) UNSIGNED DEFAULT NULL, + `release_id` int(10) UNSIGNED DEFAULT NULL, + `release_action_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_transfer_tokens` +-- + +CREATE TABLE `strapi_transfer_tokens` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `access_key` varchar(255) DEFAULT NULL, + `last_used_at` datetime(6) DEFAULT NULL, + `expires_at` datetime(6) DEFAULT NULL, + `lifespan` bigint(20) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_transfer_token_permissions` +-- + +CREATE TABLE `strapi_transfer_token_permissions` ( + `id` int(10) UNSIGNED NOT NULL, + `action` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_transfer_token_permissions_token_links` +-- + +CREATE TABLE `strapi_transfer_token_permissions_token_links` ( + `id` int(10) UNSIGNED NOT NULL, + `transfer_token_permission_id` int(10) UNSIGNED DEFAULT NULL, + `transfer_token_id` int(10) UNSIGNED DEFAULT NULL, + `transfer_token_permission_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `strapi_webhooks` +-- + +CREATE TABLE `strapi_webhooks` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `url` longtext DEFAULT NULL, + `headers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `events` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- -------------------------------------------------------- + +-- +-- Structure de la table `upload_folders` +-- + +CREATE TABLE `upload_folders` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `path_id` int(11) DEFAULT NULL, + `path` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `upload_folders` +-- + +INSERT INTO `upload_folders` (`id`, `name`, `path_id`, `path`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'emails', 1, '/1', '2024-06-03 16:23:49.006000', '2024-06-03 16:23:49.006000', 1, 1), +(2, 'contact', 2, '/1/2', '2024-06-03 16:24:05.751000', '2024-06-03 16:24:05.751000', 1, 1), +(3, 'home', 3, '/3', '2024-06-11 15:21:25.408000', '2024-06-11 15:21:25.408000', 1, 1), +(4, 'backgrounds', 4, '/4', '2024-06-12 15:32:51.698000', '2024-06-12 15:32:51.698000', 1, 1), +(5, 'pages', 5, '/5', '2024-06-13 11:50:54.122000', '2024-06-13 11:50:54.122000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `upload_folders_parent_links` +-- + +CREATE TABLE `upload_folders_parent_links` ( + `id` int(10) UNSIGNED NOT NULL, + `folder_id` int(10) UNSIGNED DEFAULT NULL, + `inv_folder_id` int(10) UNSIGNED DEFAULT NULL, + `folder_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `upload_folders_parent_links` +-- + +INSERT INTO `upload_folders_parent_links` (`id`, `folder_id`, `inv_folder_id`, `folder_order`) VALUES +(1, 2, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `up_permissions` +-- + +CREATE TABLE `up_permissions` ( + `id` int(10) UNSIGNED NOT NULL, + `action` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `up_permissions` +-- + +INSERT INTO `up_permissions` (`id`, `action`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'plugin::users-permissions.auth.changePassword', '2023-01-23 09:35:14.628000', '2023-01-23 09:35:14.628000', NULL, NULL), +(2, 'plugin::users-permissions.user.me', '2023-01-23 09:35:14.628000', '2023-01-23 09:35:14.628000', NULL, NULL), +(3, 'plugin::users-permissions.auth.callback', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(4, 'plugin::users-permissions.auth.forgotPassword', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(5, 'plugin::users-permissions.auth.connect', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(6, 'plugin::users-permissions.auth.register', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(7, 'plugin::users-permissions.auth.emailConfirmation', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(8, 'plugin::users-permissions.auth.sendEmailConfirmation', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(9, 'plugin::users-permissions.auth.resetPassword', '2023-01-23 09:35:14.648000', '2023-01-23 09:35:14.648000', NULL, NULL), +(10, 'api::page.page.findOne', '2023-01-23 11:36:18.080000', '2023-01-23 11:36:18.080000', NULL, NULL), +(11, 'api::page.page.find', '2023-01-23 11:36:18.080000', '2023-01-23 11:36:18.080000', NULL, NULL), +(12, 'api::username.username.findOne', '2023-01-23 11:36:22.033000', '2023-01-23 11:36:22.033000', NULL, NULL), +(13, 'plugin::menus.menu.find', '2023-01-23 11:36:35.962000', '2023-01-23 11:36:35.962000', NULL, NULL), +(14, 'plugin::menus.menu.findOne', '2023-01-23 11:36:35.962000', '2023-01-23 11:36:35.962000', NULL, NULL), +(15, 'plugin::menus.menu-item.find', '2023-01-23 11:36:35.962000', '2023-01-23 11:36:35.962000', NULL, NULL), +(16, 'plugin::menus.menu-item.findOne', '2023-01-23 11:36:35.962000', '2023-01-23 11:36:35.962000', NULL, NULL), +(17, 'plugin::users-permissions.user.find', '2023-01-23 11:36:55.660000', '2023-01-23 11:36:55.660000', NULL, NULL), +(18, 'plugin::users-permissions.user.me', '2023-01-23 11:36:55.660000', '2023-01-23 11:36:55.660000', NULL, NULL), +(19, 'plugin::users-permissions.user.findOne', '2023-01-23 11:36:55.660000', '2023-01-23 11:36:55.660000', NULL, NULL), +(20, 'plugin::users-permissions.auth.changePassword', '2023-01-23 11:36:55.660000', '2023-01-23 11:36:55.660000', NULL, NULL), +(21, 'api::article.article.find', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(22, 'api::category.category.find', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(23, 'api::article.article.findOne', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(24, 'api::category.category.findOne', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(25, 'api::writer.writer.findOne', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(26, 'api::writer.writer.find', '2023-02-07 08:43:01.535000', '2023-02-07 08:43:01.535000', NULL, NULL), +(30, 'api::filter-item.filter-item.find', '2023-02-14 14:48:19.207000', '2023-02-14 14:48:19.207000', NULL, NULL), +(31, 'api::filter-item.filter-item.findOne', '2023-02-14 14:48:19.207000', '2023-02-14 14:48:19.207000', NULL, NULL), +(32, 'api::product.product.findOne', '2023-02-14 14:48:23.447000', '2023-02-14 14:48:23.447000', NULL, NULL), +(33, 'api::product.product.find', '2023-02-14 14:48:23.447000', '2023-02-14 14:48:23.447000', NULL, NULL), +(34, 'api::vat.vat.findOne', '2023-02-14 14:48:27.396000', '2023-02-14 14:48:27.396000', NULL, NULL), +(35, 'api::vat.vat.find', '2023-02-14 14:48:27.396000', '2023-02-14 14:48:27.396000', NULL, NULL), +(36, 'api::filter-category.filter-category.findOne', '2023-02-16 08:53:47.073000', '2023-02-16 08:53:47.073000', NULL, NULL), +(37, 'api::filter-category.filter-category.find', '2023-02-16 08:53:47.073000', '2023-02-16 08:53:47.073000', NULL, NULL), +(38, 'api::filter-section.filter-section.find', '2023-02-16 08:53:47.073000', '2023-02-16 08:53:47.073000', NULL, NULL), +(39, 'api::filter-section.filter-section.findOne', '2023-02-16 08:53:47.073000', '2023-02-16 08:53:47.073000', NULL, NULL), +(40, 'plugin::users-permissions.role.findOne', '2023-05-22 08:54:40.121000', '2023-05-22 08:54:40.121000', NULL, NULL), +(41, 'plugin::users-permissions.role.find', '2023-05-22 08:54:40.121000', '2023-05-22 08:54:40.121000', NULL, NULL), +(42, 'api::vendor.vendor.find', '2023-05-22 09:44:50.990000', '2023-05-22 09:44:50.990000', NULL, NULL), +(43, 'api::vendor.vendor.findOne', '2023-05-22 09:44:50.990000', '2023-05-22 09:44:50.990000', NULL, NULL), +(44, 'api::vendor.vendor.create', '2023-05-22 09:44:50.990000', '2023-05-22 09:44:50.990000', NULL, NULL), +(45, 'api::vendor.vendor.update', '2023-05-22 09:44:50.990000', '2023-05-22 09:44:50.990000', NULL, NULL), +(46, 'api::vendor.vendor.delete', '2023-05-22 09:44:50.990000', '2023-05-22 09:44:50.990000', NULL, NULL), +(47, 'plugin::menus.menu.find', '2023-07-12 16:41:24.651000', '2023-07-12 16:41:24.651000', NULL, NULL), +(48, 'plugin::menus.menu.findOne', '2023-07-12 16:41:24.651000', '2023-07-12 16:41:24.651000', NULL, NULL), +(49, 'plugin::menus.menu-item.find', '2023-07-12 16:41:24.651000', '2023-07-12 16:41:24.651000', NULL, NULL), +(50, 'plugin::menus.menu-item.findOne', '2023-07-12 16:41:24.651000', '2023-07-12 16:41:24.651000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `up_permissions_role_links` +-- + +CREATE TABLE `up_permissions_role_links` ( + `id` int(10) UNSIGNED NOT NULL, + `permission_id` int(10) UNSIGNED DEFAULT NULL, + `role_id` int(10) UNSIGNED DEFAULT NULL, + `permission_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `up_permissions_role_links` +-- + +INSERT INTO `up_permissions_role_links` (`id`, `permission_id`, `role_id`, `permission_order`) VALUES +(1, 1, 1, 1), +(2, 2, 1, 1), +(3, 3, 2, 1), +(4, 7, 2, 1), +(5, 8, 2, 1), +(6, 6, 2, 1), +(7, 9, 2, 1), +(8, 5, 2, 1), +(9, 4, 2, 1), +(10, 11, 2, 2), +(11, 10, 2, 2), +(12, 12, 2, 3), +(13, 13, 2, 4), +(14, 14, 2, 4), +(15, 15, 2, 4), +(16, 16, 2, 5), +(17, 19, 2, 6), +(18, 18, 2, 6), +(19, 20, 2, 6), +(20, 17, 2, 6), +(21, 24, 2, 7), +(22, 21, 2, 7), +(23, 23, 2, 7), +(24, 22, 2, 7), +(25, 26, 2, 8), +(26, 25, 2, 8), +(30, 30, 2, 10), +(31, 31, 2, 10), +(32, 32, 2, 11), +(33, 33, 2, 11), +(34, 34, 2, 12), +(35, 35, 2, 12), +(36, 37, 2, 13), +(37, 38, 2, 13), +(38, 36, 2, 13), +(39, 39, 2, 13), +(40, 41, 1, 2), +(41, 40, 1, 2), +(42, 44, 1, 3), +(43, 43, 1, 3), +(44, 42, 1, 3), +(45, 45, 1, 4), +(46, 46, 1, 4), +(47, 50, 1, 5), +(48, 48, 1, 5), +(49, 49, 1, 5), +(50, 47, 1, 5); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `up_roles` +-- + +CREATE TABLE `up_roles` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `up_roles` +-- + +INSERT INTO `up_roles` (`id`, `name`, `description`, `type`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Authenticated', 'Default role given to authenticated user.', 'authenticated', '2023-01-23 09:35:14.567000', '2023-07-12 16:41:24.631000', NULL, NULL), +(2, 'Public', 'Default role given to unauthenticated user.', 'public', '2023-01-23 09:35:14.578000', '2023-02-16 08:53:47.058000', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `up_users` +-- + +CREATE TABLE `up_users` ( + `id` int(10) UNSIGNED NOT NULL, + `username` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `provider` varchar(255) DEFAULT NULL, + `password` varchar(255) DEFAULT NULL, + `reset_password_token` varchar(255) DEFAULT NULL, + `confirmation_token` varchar(255) DEFAULT NULL, + `confirmed` tinyint(1) DEFAULT NULL, + `blocked` tinyint(1) DEFAULT NULL, + `newsletter` tinyint(1) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `up_users` +-- + +INSERT INTO `up_users` (`id`, `username`, `email`, `provider`, `password`, `reset_password_token`, `confirmation_token`, `confirmed`, `blocked`, `newsletter`, `created_at`, `updated_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'demo', 'sebastien.naser@gmail.com', 'local', '$2a$10$inxOV7jrKr5zoqu7mEmMy.VdwQ3iG9vExf69/1bfbT94E9n/3xE0C', 'b3a84b6fe6f0a567ef73eb9879c95aa5c8cd9fe2035dad44fb841a778a9993e196ca3da7e5347d2cd9f98879ad8dcec7b49a390276d88a1cb1337cd888f4536a', NULL, 1, 0, 0, '2023-01-23 11:49:04.638000', '2023-07-03 11:45:40.420000', NULL, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `up_users_role_links` +-- + +CREATE TABLE `up_users_role_links` ( + `id` int(10) UNSIGNED NOT NULL, + `user_id` int(10) UNSIGNED DEFAULT NULL, + `role_id` int(10) UNSIGNED DEFAULT NULL, + `user_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `up_users_role_links` +-- + +INSERT INTO `up_users_role_links` (`id`, `user_id`, `role_id`, `user_order`) VALUES +(1, 1, 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `vats` +-- + +CREATE TABLE `vats` ( + `id` int(10) UNSIGNED NOT NULL, + `label` varchar(255) DEFAULT NULL, + `amount` decimal(10,2) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `vats` +-- + +INSERT INTO `vats` (`id`, `label`, `amount`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Gratuit', 0.00, '2023-02-14 16:59:32.265000', '2023-02-14 17:00:24.318000', '2023-02-14 17:00:24.313000', 1, 1); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `vendor` +-- + +CREATE TABLE `vendor` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `slug` varchar(255) DEFAULT NULL, + `active` tinyint(1) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL, + `override` tinyint(1) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `vendor` +-- + +INSERT INTO `vendor` (`id`, `name`, `slug`, `active`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`, `override`) VALUES +(1, 'MECP', 'mecp', 1, '2023-05-22 09:41:23.687000', '2023-05-22 09:42:47.892000', '2023-05-22 09:42:47.888000', 1, 1, 1), +(2, 'Boutique A', 'boutique-a', 1, '2023-05-22 09:43:26.834000', '2023-05-22 09:43:26.834000', NULL, 1, 1, 0); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `vendor_admin_users_links` +-- + +CREATE TABLE `vendor_admin_users_links` ( + `id` int(10) UNSIGNED NOT NULL, + `vendor_id` int(10) UNSIGNED DEFAULT NULL, + `user_id` int(10) UNSIGNED DEFAULT NULL, + `user_order` double UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; + +-- +-- Déchargement des données de la table `vendor_admin_users_links` +-- + +INSERT INTO `vendor_admin_users_links` (`id`, `vendor_id`, `user_id`, `user_order`) VALUES +(1, 1, 1, 0), +(2, 2, 2, 0); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `writers` +-- + +CREATE TABLE `writers` ( + `id` int(10) UNSIGNED NOT NULL, + `name` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `created_at` datetime(6) DEFAULT NULL, + `updated_at` datetime(6) DEFAULT NULL, + `published_at` datetime(6) DEFAULT NULL, + `created_by_id` int(10) UNSIGNED DEFAULT NULL, + `updated_by_id` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; + +-- +-- Déchargement des données de la table `writers` +-- + +INSERT INTO `writers` (`id`, `name`, `email`, `created_at`, `updated_at`, `published_at`, `created_by_id`, `updated_by_id`) VALUES +(1, 'Sébastien Näser', 'sebastien.naser@gmail.com', '2023-10-31 12:33:11.221000', '2023-10-31 12:33:32.797000', '2023-10-31 12:33:32.788000', 1, 1); + +-- +-- Index pour les tables déchargées +-- + +-- +-- Index pour la table `admin_permissions` +-- +ALTER TABLE `admin_permissions` + ADD PRIMARY KEY (`id`), + ADD KEY `admin_permissions_created_by_id_fk` (`created_by_id`), + ADD KEY `admin_permissions_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `admin_permissions_role_links` +-- +ALTER TABLE `admin_permissions_role_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `admin_permissions_role_links_unique` (`permission_id`,`role_id`), + ADD KEY `admin_permissions_role_links_fk` (`permission_id`), + ADD KEY `admin_permissions_role_links_inv_fk` (`role_id`), + ADD KEY `admin_permissions_role_links_order_inv_fk` (`permission_order`); + +-- +-- Index pour la table `admin_roles` +-- +ALTER TABLE `admin_roles` + ADD PRIMARY KEY (`id`), + ADD KEY `admin_roles_created_by_id_fk` (`created_by_id`), + ADD KEY `admin_roles_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `admin_users` +-- +ALTER TABLE `admin_users` + ADD PRIMARY KEY (`id`), + ADD KEY `admin_users_created_by_id_fk` (`created_by_id`), + ADD KEY `admin_users_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `admin_users_roles_links` +-- +ALTER TABLE `admin_users_roles_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `admin_users_roles_links_unique` (`user_id`,`role_id`), + ADD KEY `admin_users_roles_links_fk` (`user_id`), + ADD KEY `admin_users_roles_links_inv_fk` (`role_id`), + ADD KEY `admin_users_roles_links_order_fk` (`role_order`), + ADD KEY `admin_users_roles_links_order_inv_fk` (`user_order`); + +-- +-- Index pour la table `articles` +-- +ALTER TABLE `articles` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `articles_slug_unique` (`slug`), + ADD KEY `articles_created_by_id_fk` (`created_by_id`), + ADD KEY `articles_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `articles_author_links` +-- +ALTER TABLE `articles_author_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `articles_author_links_unique` (`article_id`,`writer_id`), + ADD KEY `articles_author_links_fk` (`article_id`), + ADD KEY `articles_author_links_inv_fk` (`writer_id`), + ADD KEY `articles_author_links_order_inv_fk` (`article_order`); + +-- +-- Index pour la table `articles_category_links` +-- +ALTER TABLE `articles_category_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `articles_category_links_unique` (`article_id`,`category_id`), + ADD KEY `articles_category_links_fk` (`article_id`), + ADD KEY `articles_category_links_inv_fk` (`category_id`), + ADD KEY `articles_category_links_order_inv_fk` (`article_order`); + +-- +-- Index pour la table `articles_components` +-- +ALTER TABLE `articles_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `articles_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `articles_field_index` (`field`), + ADD KEY `articles_component_type_index` (`component_type`), + ADD KEY `articles_entity_fk` (`entity_id`); + +-- +-- Index pour la table `categories` +-- +ALTER TABLE `categories` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `categories_slug_unique` (`slug`), + ADD KEY `categories_created_by_id_fk` (`created_by_id`), + ADD KEY `categories_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `categories_components` +-- +ALTER TABLE `categories_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `categories_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `categories_field_index` (`field`), + ADD KEY `categories_component_type_index` (`component_type`), + ADD KEY `categories_entity_fk` (`entity_id`); + +-- +-- Index pour la table `components_actions_buttons` +-- +ALTER TABLE `components_actions_buttons` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_content_carousels` +-- +ALTER TABLE `components_content_carousels` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_content_carousels_components` +-- +ALTER TABLE `components_content_carousels_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `components_content_carousels_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `components_content_carousels_field_index` (`field`), + ADD KEY `components_content_carousels_component_type_index` (`component_type`), + ADD KEY `components_content_carousels_entity_fk` (`entity_id`); + +-- +-- Index pour la table `components_content_text_boxes` +-- +ALTER TABLE `components_content_text_boxes` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_media_carousel_images` +-- +ALTER TABLE `components_media_carousel_images` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_media_carousel_items` +-- +ALTER TABLE `components_media_carousel_items` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_media_carousel_items_components` +-- +ALTER TABLE `components_media_carousel_items_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `components_media_carousel_items_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `components_media_carousel_items_field_index` (`field`), + ADD KEY `components_media_carousel_items_component_type_index` (`component_type`), + ADD KEY `components_media_carousel_items_entity_fk` (`entity_id`); + +-- +-- Index pour la table `components_media_mosaics` +-- +ALTER TABLE `components_media_mosaics` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_media_mosaics_components` +-- +ALTER TABLE `components_media_mosaics_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `components_media_mosaics_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `components_media_mosaics_field_index` (`field`), + ADD KEY `components_media_mosaics_component_type_index` (`component_type`), + ADD KEY `components_media_mosaics_entity_fk` (`entity_id`); + +-- +-- Index pour la table `components_media_mosaic_items` +-- +ALTER TABLE `components_media_mosaic_items` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_media_video_boxes` +-- +ALTER TABLE `components_media_video_boxes` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_meta_metas` +-- +ALTER TABLE `components_meta_metas` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_shared_seos` +-- +ALTER TABLE `components_shared_seos` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_shared_seos_components` +-- +ALTER TABLE `components_shared_seos_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `components_shared_seos_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `components_shared_seos_field_index` (`field`), + ADD KEY `components_shared_seos_component_type_index` (`component_type`), + ADD KEY `components_shared_seos_entity_fk` (`entity_id`); + +-- +-- Index pour la table `components_shared_shared_images` +-- +ALTER TABLE `components_shared_shared_images` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `components_utils_navigates` +-- +ALTER TABLE `components_utils_navigates` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `files` +-- +ALTER TABLE `files` + ADD PRIMARY KEY (`id`), + ADD KEY `upload_files_folder_path_index` (`folder_path`), + ADD KEY `files_created_by_id_fk` (`created_by_id`), + ADD KEY `files_updated_by_id_fk` (`updated_by_id`), + ADD KEY `upload_files_created_at_index` (`created_at`), + ADD KEY `upload_files_updated_at_index` (`updated_at`), + ADD KEY `upload_files_name_index` (`name`), + ADD KEY `upload_files_size_index` (`size`), + ADD KEY `upload_files_ext_index` (`ext`); + +-- +-- Index pour la table `files_folder_links` +-- +ALTER TABLE `files_folder_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `files_folder_links_unique` (`file_id`,`folder_id`), + ADD KEY `files_folder_links_fk` (`file_id`), + ADD KEY `files_folder_links_inv_fk` (`folder_id`), + ADD KEY `files_folder_links_order_inv_fk` (`file_order`); + +-- +-- Index pour la table `files_related_morphs` +-- +ALTER TABLE `files_related_morphs` + ADD PRIMARY KEY (`id`), + ADD KEY `files_related_morphs_fk` (`file_id`), + ADD KEY `files_related_morphs_order_index` (`order`), + ADD KEY `files_related_morphs_id_column_index` (`related_id`); + +-- +-- Index pour la table `filter_categories` +-- +ALTER TABLE `filter_categories` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_categories_slug_unique` (`slug`), + ADD KEY `filter_categories_created_by_id_fk` (`created_by_id`), + ADD KEY `filter_categories_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `filter_categories_filter_section_links` +-- +ALTER TABLE `filter_categories_filter_section_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_categories_filter_section_links_unique` (`filter_category_id`,`filter_section_id`), + ADD KEY `filter_categories_filter_section_links_fk` (`filter_category_id`), + ADD KEY `filter_categories_filter_section_links_inv_fk` (`filter_section_id`), + ADD KEY `filter_categories_filter_section_links_order_inv_fk` (`filter_category_order`); + +-- +-- Index pour la table `filter_items` +-- +ALTER TABLE `filter_items` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_items_slug_unique` (`slug`), + ADD KEY `filter_items_created_by_id_fk` (`created_by_id`), + ADD KEY `filter_items_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `filter_items_filter_category_links` +-- +ALTER TABLE `filter_items_filter_category_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_items_filter_category_links_unique` (`filter_item_id`,`filter_category_id`), + ADD KEY `filter_items_filter_category_links_fk` (`filter_item_id`), + ADD KEY `filter_items_filter_category_links_inv_fk` (`filter_category_id`), + ADD KEY `filter_items_filter_category_links_order_inv_fk` (`filter_item_order`); + +-- +-- Index pour la table `filter_items_product_links` +-- +ALTER TABLE `filter_items_product_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_items_product_links_unique` (`filter_item_id`,`product_id`), + ADD KEY `filter_items_product_links_fk` (`filter_item_id`), + ADD KEY `filter_items_product_links_inv_fk` (`product_id`), + ADD KEY `filter_items_product_links_order_inv_fk` (`filter_item_order`); + +-- +-- Index pour la table `filter_sections` +-- +ALTER TABLE `filter_sections` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `filter_sections_slug_unique` (`slug`), + ADD KEY `filter_sections_created_by_id_fk` (`created_by_id`), + ADD KEY `filter_sections_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `i18n_locale` +-- +ALTER TABLE `i18n_locale` + ADD PRIMARY KEY (`id`), + ADD KEY `i18n_locale_created_by_id_fk` (`created_by_id`), + ADD KEY `i18n_locale_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `menus` +-- +ALTER TABLE `menus` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `menus_slug_unique` (`slug`), + ADD KEY `menus_created_by_id_fk` (`created_by_id`), + ADD KEY `menus_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `menu_items` +-- +ALTER TABLE `menu_items` + ADD PRIMARY KEY (`id`), + ADD KEY `menu_items_created_by_id_fk` (`created_by_id`), + ADD KEY `menu_items_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `menu_items_parent_links` +-- +ALTER TABLE `menu_items_parent_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `menu_items_parent_links_unique` (`menu_item_id`,`inv_menu_item_id`), + ADD KEY `menu_items_parent_links_fk` (`menu_item_id`), + ADD KEY `menu_items_parent_links_inv_fk` (`inv_menu_item_id`); + +-- +-- Index pour la table `menu_items_root_menu_links` +-- +ALTER TABLE `menu_items_root_menu_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `menu_items_root_menu_links_unique` (`menu_item_id`,`menu_id`), + ADD KEY `menu_items_root_menu_links_fk` (`menu_item_id`), + ADD KEY `menu_items_root_menu_links_inv_fk` (`menu_id`), + ADD KEY `menu_items_root_menu_links_order_inv_fk` (`menu_item_order`); + +-- +-- Index pour la table `pages` +-- +ALTER TABLE `pages` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `pages_slug_unique` (`slug`), + ADD KEY `pages_created_by_id_fk` (`created_by_id`), + ADD KEY `pages_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `pages_components` +-- +ALTER TABLE `pages_components` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `pages_unique` (`entity_id`,`component_id`,`field`,`component_type`), + ADD KEY `pages_field_index` (`field`), + ADD KEY `pages_component_type_index` (`component_type`), + ADD KEY `pages_entity_fk` (`entity_id`); + +-- +-- Index pour la table `products` +-- +ALTER TABLE `products` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `products_slug_unique` (`slug`), + ADD KEY `products_created_by_id_fk` (`created_by_id`), + ADD KEY `products_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `products_vat_links` +-- +ALTER TABLE `products_vat_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `products_vat_links_unique` (`product_id`,`vat_id`), + ADD KEY `products_vat_links_fk` (`product_id`), + ADD KEY `products_vat_links_inv_fk` (`vat_id`); + +-- +-- Index pour la table `strapi_api_tokens` +-- +ALTER TABLE `strapi_api_tokens` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_api_tokens_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_api_tokens_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_api_token_permissions` +-- +ALTER TABLE `strapi_api_token_permissions` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_api_token_permissions_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_api_token_permissions_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_api_token_permissions_token_links` +-- +ALTER TABLE `strapi_api_token_permissions_token_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `strapi_api_token_permissions_token_links_unique` (`api_token_permission_id`,`api_token_id`), + ADD KEY `strapi_api_token_permissions_token_links_fk` (`api_token_permission_id`), + ADD KEY `strapi_api_token_permissions_token_links_inv_fk` (`api_token_id`), + ADD KEY `strapi_api_token_permissions_token_links_order_inv_fk` (`api_token_permission_order`); + +-- +-- Index pour la table `strapi_core_store_settings` +-- +ALTER TABLE `strapi_core_store_settings` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `strapi_database_schema` +-- +ALTER TABLE `strapi_database_schema` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `strapi_migrations` +-- +ALTER TABLE `strapi_migrations` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `strapi_releases` +-- +ALTER TABLE `strapi_releases` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_releases_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_releases_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_release_actions` +-- +ALTER TABLE `strapi_release_actions` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_release_actions_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_release_actions_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_release_actions_release_links` +-- +ALTER TABLE `strapi_release_actions_release_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `strapi_release_actions_release_links_unique` (`release_action_id`,`release_id`), + ADD KEY `strapi_release_actions_release_links_fk` (`release_action_id`), + ADD KEY `strapi_release_actions_release_links_inv_fk` (`release_id`), + ADD KEY `strapi_release_actions_release_links_order_inv_fk` (`release_action_order`); + +-- +-- Index pour la table `strapi_transfer_tokens` +-- +ALTER TABLE `strapi_transfer_tokens` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_transfer_tokens_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_transfer_tokens_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_transfer_token_permissions` +-- +ALTER TABLE `strapi_transfer_token_permissions` + ADD PRIMARY KEY (`id`), + ADD KEY `strapi_transfer_token_permissions_created_by_id_fk` (`created_by_id`), + ADD KEY `strapi_transfer_token_permissions_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `strapi_transfer_token_permissions_token_links` +-- +ALTER TABLE `strapi_transfer_token_permissions_token_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `strapi_transfer_token_permissions_token_links_unique` (`transfer_token_permission_id`,`transfer_token_id`), + ADD KEY `strapi_transfer_token_permissions_token_links_fk` (`transfer_token_permission_id`), + ADD KEY `strapi_transfer_token_permissions_token_links_inv_fk` (`transfer_token_id`), + ADD KEY `strapi_transfer_token_permissions_token_links_order_inv_fk` (`transfer_token_permission_order`); + +-- +-- Index pour la table `strapi_webhooks` +-- +ALTER TABLE `strapi_webhooks` + ADD PRIMARY KEY (`id`); + +-- +-- Index pour la table `upload_folders` +-- +ALTER TABLE `upload_folders` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `upload_folders_path_id_index` (`path_id`), + ADD UNIQUE KEY `upload_folders_path_index` (`path`), + ADD KEY `upload_folders_created_by_id_fk` (`created_by_id`), + ADD KEY `upload_folders_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `upload_folders_parent_links` +-- +ALTER TABLE `upload_folders_parent_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `upload_folders_parent_links_unique` (`folder_id`,`inv_folder_id`), + ADD KEY `upload_folders_parent_links_fk` (`folder_id`), + ADD KEY `upload_folders_parent_links_inv_fk` (`inv_folder_id`), + ADD KEY `upload_folders_parent_links_order_inv_fk` (`folder_order`); + +-- +-- Index pour la table `up_permissions` +-- +ALTER TABLE `up_permissions` + ADD PRIMARY KEY (`id`), + ADD KEY `up_permissions_created_by_id_fk` (`created_by_id`), + ADD KEY `up_permissions_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `up_permissions_role_links` +-- +ALTER TABLE `up_permissions_role_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `up_permissions_role_links_unique` (`permission_id`,`role_id`), + ADD KEY `up_permissions_role_links_fk` (`permission_id`), + ADD KEY `up_permissions_role_links_inv_fk` (`role_id`), + ADD KEY `up_permissions_role_links_order_inv_fk` (`permission_order`); + +-- +-- Index pour la table `up_roles` +-- +ALTER TABLE `up_roles` + ADD PRIMARY KEY (`id`), + ADD KEY `up_roles_created_by_id_fk` (`created_by_id`), + ADD KEY `up_roles_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `up_users` +-- +ALTER TABLE `up_users` + ADD PRIMARY KEY (`id`), + ADD KEY `up_users_created_by_id_fk` (`created_by_id`), + ADD KEY `up_users_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `up_users_role_links` +-- +ALTER TABLE `up_users_role_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `up_users_role_links_unique` (`user_id`,`role_id`), + ADD KEY `up_users_role_links_fk` (`user_id`), + ADD KEY `up_users_role_links_inv_fk` (`role_id`), + ADD KEY `up_users_role_links_order_inv_fk` (`user_order`); + +-- +-- Index pour la table `vats` +-- +ALTER TABLE `vats` + ADD PRIMARY KEY (`id`), + ADD KEY `vats_created_by_id_fk` (`created_by_id`), + ADD KEY `vats_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `vendor` +-- +ALTER TABLE `vendor` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `vendor_slug_unique` (`slug`), + ADD KEY `vendor_created_by_id_fk` (`created_by_id`), + ADD KEY `vendor_updated_by_id_fk` (`updated_by_id`); + +-- +-- Index pour la table `vendor_admin_users_links` +-- +ALTER TABLE `vendor_admin_users_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `vendor_admin_users_links_unique` (`vendor_id`,`user_id`), + ADD KEY `vendor_admin_users_links_fk` (`vendor_id`), + ADD KEY `vendor_admin_users_links_inv_fk` (`user_id`), + ADD KEY `vendor_admin_users_links_order_fk` (`user_order`); + +-- +-- Index pour la table `writers` +-- +ALTER TABLE `writers` + ADD PRIMARY KEY (`id`), + ADD KEY `writers_created_by_id_fk` (`created_by_id`), + ADD KEY `writers_updated_by_id_fk` (`updated_by_id`); + +-- +-- AUTO_INCREMENT pour les tables déchargées +-- + +-- +-- AUTO_INCREMENT pour la table `admin_permissions` +-- +ALTER TABLE `admin_permissions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=432; + +-- +-- AUTO_INCREMENT pour la table `admin_permissions_role_links` +-- +ALTER TABLE `admin_permissions_role_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=432; + +-- +-- AUTO_INCREMENT pour la table `admin_roles` +-- +ALTER TABLE `admin_roles` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; + +-- +-- AUTO_INCREMENT pour la table `admin_users` +-- +ALTER TABLE `admin_users` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `admin_users_roles_links` +-- +ALTER TABLE `admin_users_roles_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; + +-- +-- AUTO_INCREMENT pour la table `articles` +-- +ALTER TABLE `articles` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT pour la table `articles_author_links` +-- +ALTER TABLE `articles_author_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT pour la table `articles_category_links` +-- +ALTER TABLE `articles_category_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT pour la table `articles_components` +-- +ALTER TABLE `articles_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `categories` +-- +ALTER TABLE `categories` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `categories_components` +-- +ALTER TABLE `categories_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `components_actions_buttons` +-- +ALTER TABLE `components_actions_buttons` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; + +-- +-- AUTO_INCREMENT pour la table `components_content_carousels` +-- +ALTER TABLE `components_content_carousels` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `components_content_carousels_components` +-- +ALTER TABLE `components_content_carousels_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; + +-- +-- AUTO_INCREMENT pour la table `components_content_text_boxes` +-- +ALTER TABLE `components_content_text_boxes` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `components_media_carousel_images` +-- +ALTER TABLE `components_media_carousel_images` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `components_media_carousel_items` +-- +ALTER TABLE `components_media_carousel_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `components_media_carousel_items_components` +-- +ALTER TABLE `components_media_carousel_items_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68; + +-- +-- AUTO_INCREMENT pour la table `components_media_mosaics` +-- +ALTER TABLE `components_media_mosaics` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `components_media_mosaics_components` +-- +ALTER TABLE `components_media_mosaics_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80; + +-- +-- AUTO_INCREMENT pour la table `components_media_mosaic_items` +-- +ALTER TABLE `components_media_mosaic_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; + +-- +-- AUTO_INCREMENT pour la table `components_media_video_boxes` +-- +ALTER TABLE `components_media_video_boxes` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `components_meta_metas` +-- +ALTER TABLE `components_meta_metas` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `components_shared_seos` +-- +ALTER TABLE `components_shared_seos` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT pour la table `components_shared_seos_components` +-- +ALTER TABLE `components_shared_seos_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; + +-- +-- AUTO_INCREMENT pour la table `components_shared_shared_images` +-- +ALTER TABLE `components_shared_shared_images` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; + +-- +-- AUTO_INCREMENT pour la table `components_utils_navigates` +-- +ALTER TABLE `components_utils_navigates` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `files` +-- +ALTER TABLE `files` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49; + +-- +-- AUTO_INCREMENT pour la table `files_folder_links` +-- +ALTER TABLE `files_folder_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44; + +-- +-- AUTO_INCREMENT pour la table `files_related_morphs` +-- +ALTER TABLE `files_related_morphs` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=159; + +-- +-- AUTO_INCREMENT pour la table `filter_categories` +-- +ALTER TABLE `filter_categories` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; + +-- +-- AUTO_INCREMENT pour la table `filter_categories_filter_section_links` +-- +ALTER TABLE `filter_categories_filter_section_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT pour la table `filter_items` +-- +ALTER TABLE `filter_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; + +-- +-- AUTO_INCREMENT pour la table `filter_items_filter_category_links` +-- +ALTER TABLE `filter_items_filter_category_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; + +-- +-- AUTO_INCREMENT pour la table `filter_items_product_links` +-- +ALTER TABLE `filter_items_product_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `filter_sections` +-- +ALTER TABLE `filter_sections` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `i18n_locale` +-- +ALTER TABLE `i18n_locale` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `menus` +-- +ALTER TABLE `menus` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `menu_items` +-- +ALTER TABLE `menu_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT pour la table `menu_items_parent_links` +-- +ALTER TABLE `menu_items_parent_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; + +-- +-- AUTO_INCREMENT pour la table `menu_items_root_menu_links` +-- +ALTER TABLE `menu_items_root_menu_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT pour la table `pages` +-- +ALTER TABLE `pages` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT pour la table `pages_components` +-- +ALTER TABLE `pages_components` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=209; + +-- +-- AUTO_INCREMENT pour la table `products` +-- +ALTER TABLE `products` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `products_vat_links` +-- +ALTER TABLE `products_vat_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `strapi_api_tokens` +-- +ALTER TABLE `strapi_api_tokens` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_api_token_permissions` +-- +ALTER TABLE `strapi_api_token_permissions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_api_token_permissions_token_links` +-- +ALTER TABLE `strapi_api_token_permissions_token_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_core_store_settings` +-- +ALTER TABLE `strapi_core_store_settings` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67; + +-- +-- AUTO_INCREMENT pour la table `strapi_database_schema` +-- +ALTER TABLE `strapi_database_schema` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85; + +-- +-- AUTO_INCREMENT pour la table `strapi_migrations` +-- +ALTER TABLE `strapi_migrations` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_releases` +-- +ALTER TABLE `strapi_releases` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_release_actions` +-- +ALTER TABLE `strapi_release_actions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_release_actions_release_links` +-- +ALTER TABLE `strapi_release_actions_release_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_transfer_tokens` +-- +ALTER TABLE `strapi_transfer_tokens` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_transfer_token_permissions` +-- +ALTER TABLE `strapi_transfer_token_permissions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_transfer_token_permissions_token_links` +-- +ALTER TABLE `strapi_transfer_token_permissions_token_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `strapi_webhooks` +-- +ALTER TABLE `strapi_webhooks` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT pour la table `upload_folders` +-- +ALTER TABLE `upload_folders` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; + +-- +-- AUTO_INCREMENT pour la table `upload_folders_parent_links` +-- +ALTER TABLE `upload_folders_parent_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `up_permissions` +-- +ALTER TABLE `up_permissions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; + +-- +-- AUTO_INCREMENT pour la table `up_permissions_role_links` +-- +ALTER TABLE `up_permissions_role_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; + +-- +-- AUTO_INCREMENT pour la table `up_roles` +-- +ALTER TABLE `up_roles` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `up_users` +-- +ALTER TABLE `up_users` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `up_users_role_links` +-- +ALTER TABLE `up_users_role_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `vats` +-- +ALTER TABLE `vats` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT pour la table `vendor` +-- +ALTER TABLE `vendor` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `vendor_admin_users_links` +-- +ALTER TABLE `vendor_admin_users_links` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + +-- +-- AUTO_INCREMENT pour la table `writers` +-- +ALTER TABLE `writers` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- Contraintes pour les tables déchargées +-- + +-- +-- Contraintes pour la table `admin_permissions` +-- +ALTER TABLE `admin_permissions` + ADD CONSTRAINT `admin_permissions_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `admin_permissions_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `admin_permissions_role_links` +-- +ALTER TABLE `admin_permissions_role_links` + ADD CONSTRAINT `admin_permissions_role_links_fk` FOREIGN KEY (`permission_id`) REFERENCES `admin_permissions` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `admin_permissions_role_links_inv_fk` FOREIGN KEY (`role_id`) REFERENCES `admin_roles` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `admin_roles` +-- +ALTER TABLE `admin_roles` + ADD CONSTRAINT `admin_roles_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `admin_roles_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `admin_users` +-- +ALTER TABLE `admin_users` + ADD CONSTRAINT `admin_users_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `admin_users_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `admin_users_roles_links` +-- +ALTER TABLE `admin_users_roles_links` + ADD CONSTRAINT `admin_users_roles_links_fk` FOREIGN KEY (`user_id`) REFERENCES `admin_users` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `admin_users_roles_links_inv_fk` FOREIGN KEY (`role_id`) REFERENCES `admin_roles` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `articles` +-- +ALTER TABLE `articles` + ADD CONSTRAINT `articles_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `articles_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `articles_author_links` +-- +ALTER TABLE `articles_author_links` + ADD CONSTRAINT `articles_author_links_fk` FOREIGN KEY (`article_id`) REFERENCES `articles` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `articles_author_links_inv_fk` FOREIGN KEY (`writer_id`) REFERENCES `writers` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `articles_category_links` +-- +ALTER TABLE `articles_category_links` + ADD CONSTRAINT `articles_category_links_fk` FOREIGN KEY (`article_id`) REFERENCES `articles` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `articles_category_links_inv_fk` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `articles_components` +-- +ALTER TABLE `articles_components` + ADD CONSTRAINT `articles_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `articles` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `categories` +-- +ALTER TABLE `categories` + ADD CONSTRAINT `categories_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `categories_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `categories_components` +-- +ALTER TABLE `categories_components` + ADD CONSTRAINT `categories_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `components_content_carousels_components` +-- +ALTER TABLE `components_content_carousels_components` + ADD CONSTRAINT `components_content_carousels_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `components_content_carousels` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `components_media_carousel_items_components` +-- +ALTER TABLE `components_media_carousel_items_components` + ADD CONSTRAINT `components_media_carousel_items_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `components_media_carousel_items` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `components_media_mosaics_components` +-- +ALTER TABLE `components_media_mosaics_components` + ADD CONSTRAINT `components_media_mosaics_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `components_media_mosaics` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `components_shared_seos_components` +-- +ALTER TABLE `components_shared_seos_components` + ADD CONSTRAINT `components_shared_seos_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `components_shared_seos` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `files` +-- +ALTER TABLE `files` + ADD CONSTRAINT `files_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `files_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `files_folder_links` +-- +ALTER TABLE `files_folder_links` + ADD CONSTRAINT `files_folder_links_fk` FOREIGN KEY (`file_id`) REFERENCES `files` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `files_folder_links_inv_fk` FOREIGN KEY (`folder_id`) REFERENCES `upload_folders` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `files_related_morphs` +-- +ALTER TABLE `files_related_morphs` + ADD CONSTRAINT `files_related_morphs_fk` FOREIGN KEY (`file_id`) REFERENCES `files` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `filter_categories` +-- +ALTER TABLE `filter_categories` + ADD CONSTRAINT `filter_categories_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `filter_categories_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `filter_categories_filter_section_links` +-- +ALTER TABLE `filter_categories_filter_section_links` + ADD CONSTRAINT `filter_categories_filter_section_links_fk` FOREIGN KEY (`filter_category_id`) REFERENCES `filter_categories` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `filter_categories_filter_section_links_inv_fk` FOREIGN KEY (`filter_section_id`) REFERENCES `filter_sections` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `filter_items` +-- +ALTER TABLE `filter_items` + ADD CONSTRAINT `filter_items_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `filter_items_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `filter_items_filter_category_links` +-- +ALTER TABLE `filter_items_filter_category_links` + ADD CONSTRAINT `filter_items_filter_category_links_fk` FOREIGN KEY (`filter_item_id`) REFERENCES `filter_items` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `filter_items_filter_category_links_inv_fk` FOREIGN KEY (`filter_category_id`) REFERENCES `filter_categories` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `filter_items_product_links` +-- +ALTER TABLE `filter_items_product_links` + ADD CONSTRAINT `filter_items_product_links_fk` FOREIGN KEY (`filter_item_id`) REFERENCES `filter_items` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `filter_items_product_links_inv_fk` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `filter_sections` +-- +ALTER TABLE `filter_sections` + ADD CONSTRAINT `filter_sections_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `filter_sections_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `i18n_locale` +-- +ALTER TABLE `i18n_locale` + ADD CONSTRAINT `i18n_locale_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `i18n_locale_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `menus` +-- +ALTER TABLE `menus` + ADD CONSTRAINT `menus_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `menus_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `menu_items` +-- +ALTER TABLE `menu_items` + ADD CONSTRAINT `menu_items_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `menu_items_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `menu_items_parent_links` +-- +ALTER TABLE `menu_items_parent_links` + ADD CONSTRAINT `menu_items_parent_links_fk` FOREIGN KEY (`menu_item_id`) REFERENCES `menu_items` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `menu_items_parent_links_inv_fk` FOREIGN KEY (`inv_menu_item_id`) REFERENCES `menu_items` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `menu_items_root_menu_links` +-- +ALTER TABLE `menu_items_root_menu_links` + ADD CONSTRAINT `menu_items_root_menu_links_fk` FOREIGN KEY (`menu_item_id`) REFERENCES `menu_items` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `menu_items_root_menu_links_inv_fk` FOREIGN KEY (`menu_id`) REFERENCES `menus` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `pages` +-- +ALTER TABLE `pages` + ADD CONSTRAINT `pages_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `pages_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `pages_components` +-- +ALTER TABLE `pages_components` + ADD CONSTRAINT `pages_entity_fk` FOREIGN KEY (`entity_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `products` +-- +ALTER TABLE `products` + ADD CONSTRAINT `products_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `products_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `products_vat_links` +-- +ALTER TABLE `products_vat_links` + ADD CONSTRAINT `products_vat_links_fk` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `products_vat_links_inv_fk` FOREIGN KEY (`vat_id`) REFERENCES `vats` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `strapi_api_tokens` +-- +ALTER TABLE `strapi_api_tokens` + ADD CONSTRAINT `strapi_api_tokens_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_api_tokens_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_api_token_permissions` +-- +ALTER TABLE `strapi_api_token_permissions` + ADD CONSTRAINT `strapi_api_token_permissions_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_api_token_permissions_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_api_token_permissions_token_links` +-- +ALTER TABLE `strapi_api_token_permissions_token_links` + ADD CONSTRAINT `strapi_api_token_permissions_token_links_fk` FOREIGN KEY (`api_token_permission_id`) REFERENCES `strapi_api_token_permissions` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `strapi_api_token_permissions_token_links_inv_fk` FOREIGN KEY (`api_token_id`) REFERENCES `strapi_api_tokens` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `strapi_releases` +-- +ALTER TABLE `strapi_releases` + ADD CONSTRAINT `strapi_releases_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_releases_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_release_actions` +-- +ALTER TABLE `strapi_release_actions` + ADD CONSTRAINT `strapi_release_actions_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_release_actions_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_release_actions_release_links` +-- +ALTER TABLE `strapi_release_actions_release_links` + ADD CONSTRAINT `strapi_release_actions_release_links_fk` FOREIGN KEY (`release_action_id`) REFERENCES `strapi_release_actions` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `strapi_release_actions_release_links_inv_fk` FOREIGN KEY (`release_id`) REFERENCES `strapi_releases` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `strapi_transfer_tokens` +-- +ALTER TABLE `strapi_transfer_tokens` + ADD CONSTRAINT `strapi_transfer_tokens_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_transfer_tokens_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_transfer_token_permissions` +-- +ALTER TABLE `strapi_transfer_token_permissions` + ADD CONSTRAINT `strapi_transfer_token_permissions_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `strapi_transfer_token_permissions_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `strapi_transfer_token_permissions_token_links` +-- +ALTER TABLE `strapi_transfer_token_permissions_token_links` + ADD CONSTRAINT `strapi_transfer_token_permissions_token_links_fk` FOREIGN KEY (`transfer_token_permission_id`) REFERENCES `strapi_transfer_token_permissions` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `strapi_transfer_token_permissions_token_links_inv_fk` FOREIGN KEY (`transfer_token_id`) REFERENCES `strapi_transfer_tokens` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `upload_folders` +-- +ALTER TABLE `upload_folders` + ADD CONSTRAINT `upload_folders_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `upload_folders_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `upload_folders_parent_links` +-- +ALTER TABLE `upload_folders_parent_links` + ADD CONSTRAINT `upload_folders_parent_links_fk` FOREIGN KEY (`folder_id`) REFERENCES `upload_folders` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `upload_folders_parent_links_inv_fk` FOREIGN KEY (`inv_folder_id`) REFERENCES `upload_folders` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `up_permissions` +-- +ALTER TABLE `up_permissions` + ADD CONSTRAINT `up_permissions_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `up_permissions_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `up_permissions_role_links` +-- +ALTER TABLE `up_permissions_role_links` + ADD CONSTRAINT `up_permissions_role_links_fk` FOREIGN KEY (`permission_id`) REFERENCES `up_permissions` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `up_permissions_role_links_inv_fk` FOREIGN KEY (`role_id`) REFERENCES `up_roles` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `up_roles` +-- +ALTER TABLE `up_roles` + ADD CONSTRAINT `up_roles_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `up_roles_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `up_users` +-- +ALTER TABLE `up_users` + ADD CONSTRAINT `up_users_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `up_users_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `up_users_role_links` +-- +ALTER TABLE `up_users_role_links` + ADD CONSTRAINT `up_users_role_links_fk` FOREIGN KEY (`user_id`) REFERENCES `up_users` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `up_users_role_links_inv_fk` FOREIGN KEY (`role_id`) REFERENCES `up_roles` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `vats` +-- +ALTER TABLE `vats` + ADD CONSTRAINT `vats_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `vats_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `vendor` +-- +ALTER TABLE `vendor` + ADD CONSTRAINT `vendor_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `vendor_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; + +-- +-- Contraintes pour la table `vendor_admin_users_links` +-- +ALTER TABLE `vendor_admin_users_links` + ADD CONSTRAINT `vendor_admin_users_links_fk` FOREIGN KEY (`vendor_id`) REFERENCES `vendor` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `vendor_admin_users_links_inv_fk` FOREIGN KEY (`user_id`) REFERENCES `admin_users` (`id`) ON DELETE CASCADE; + +-- +-- Contraintes pour la table `writers` +-- +ALTER TABLE `writers` + ADD CONSTRAINT `writers_created_by_id_fk` FOREIGN KEY (`created_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `writers_updated_by_id_fk` FOREIGN KEY (`updated_by_id`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL; +COMMIT; + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;