{"slug":"imaxeleditors-for-woocommerce","name":"Imaxel editors for WooCommerce","description":"Enable the creation, sale and production of personalized products such as prints, photobooks, canvas, collages, gifts, t-shirts, mugs and others direc &hellip;","author":"imaxel","active_installs":10,"version":"1.3.77","wp_org_url":"https://wordpress.org/plugins/imaxeleditors-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"wc_imaxel_authorization_server_tokens","full_table_name":"wp_wc_imaxel_authorization_server_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT(10)","nullable":false,"primary_key":true},{"name":"license_key","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"token","type":"VARCHAR(999)","nullable":true,"primary_key":false},{"name":"expiration_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"issued_at","type":"DATETIME","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_authorization_server_tokens ( `id` INT(10) NOT NULL AUTO_INCREMENT, `license_key` VARCHAR(255) CHARACTER SET utf8, `token` VARCHAR(999) CHARACTER SET utf8, `expiration_date` DATETIME, `issued_at` DATETIME, PRIMARY KEY (`id`) ) $collate;\" );"},{"table_name":"wc_imaxel_order_items","full_table_name":"wp_wc_imaxel_order_items","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"imaxel_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"project_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"job_id","type":"bigint(20)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_order_items ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, imaxel_id bigint(20) NULL, order_id bigint(20) NOT NULL, project_id bigint(20) NOT NULL, job_id bigint(20) NOT NULL, PRIMARY KEY (ID) ) $collate;\" );"},{"table_name":"wc_imaxel_orders","full_table_name":"wp_wc_imaxel_orders","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"wc_order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"imaxel_stored_integrations_data","type":"text","nullable":true,"primary_key":false},{"name":"imaxel_stored_integrations_response","type":"text","nullable":true,"primary_key":false},{"name":"creative_services_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"creative_services_message","type":"text","nullable":true,"primary_key":false},{"name":"order_manager_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"order_manager_error","type":"text","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_orders ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, wc_order_id bigint(20) NOT NULL, imaxel_stored_integrations_data text NULL, imaxel_stored_integrations_response text NULL, creative_services_id bigint(20) unsigned DEFAULT NULL, creative_services_message text NULL, order_manager_id bigint(20) NULL, order_manager_error text NULL, PRIMARY KEY (ID) ) $collate;\" );"},{"table_name":"wc_imaxel_product_variants","full_table_name":"wp_wc_imaxel_product_variants","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"parent_product_code","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"code","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"price_model","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"price_values","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_product_variants ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, parent_product_code varchar(255) NOT NULL, code varchar(255) NOT NULL, name varchar(255) NOT NULL, price_model varchar(255) NOT NULL, price_values text NOT NULL, PRIMARY KEY (ID) ) $collate;\" );"},{"table_name":"wc_imaxel_products","full_table_name":"wp_wc_imaxel_products","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"code","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"module","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"pattern","type":"varchar(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_products ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, code varchar(255) NOT NULL, name varchar(255) NOT NULL, module varchar(255) NOT NULL, pattern varchar(255) NOT NULL, PRIMARY KEY (ID) ) $collate;\" );"},{"table_name":"wc_imaxel_projects","full_table_name":"wp_wc_imaxel_projects","description":"Stores wc imaxel projects data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"project_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"project_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"project_title_customer","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"project_module_code","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"product_price","type":"decimal(20,6)","nullable":false,"primary_key":false},{"name":"project_design_pages","type":"int(11)","nullable":true,"primary_key":false},{"name":"project_design_pages_copies","type":"int(11)","nullable":true,"primary_key":false},{"name":"project_product_code","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"project_variant_code","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"project_variant_name","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"project_custom_options","type":"longtext","nullable":true,"primary_key":false},{"name":"project_sku","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"wc_product_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"wc_product_variation_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"wc_product_variations","type":"longtext","nullable":false,"primary_key":false},{"name":"created_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"modified_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"is_valid_project","type":"tinyint(1)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_wc_imaxel_projects ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL, project_id bigint(20) NOT NULL, project_name varchar(255) NOT NULL, project_title_customer varchar(255) DEFAULT NULL, project_module_code varchar(50) NULL, product_price decimal(20,6) NOT NULL, project_design_pages int(11) NULL, project_design_pages_copies int(11) NULL, project_product_code varchar(255) NOT NULL, project_variant_code varchar(255) NOT NULL, project_variant_name varchar(255) DEFAULT NULL, project_custom_options longtext DEFAULT NULL, project_sku varchar(255) DEFAULT NULL, wc_product_id bigint(20) NOT NULL, wc_product_variation_id bigint(20) NOT NULL, wc_product_variations longtext NOT NULL, created_date DATETIME NOT NULL, modified_date DATETIME NOT NULL, is_valid_project tinyint(1) NULL, PRIMARY KEY (ID) ) $collate;\" );"}],"table_count":6}