{"slug":"ar-vr-3d-model-try-on","name":"3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On","description":"3D Viewer & WordPress AR Plugin lets you upload and display 3D models with built-in AR on iOS & Android—no extra apps needed.","author":"Azizul Hasan","active_installs":20,"version":"2.0.1","wp_org_url":"https://wordpress.org/plugins/ar-vr-3d-model-try-on/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ar_compression_log","full_table_name":"wp_ar_compression_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ar_compression_log` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint unsigned NOT NULL,\\n  `original_file` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `compressed_file` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `original_size` bigint unsigned NOT NULL DEFAULT '0',\\n  `compressed_size` bigint unsigned NOT NULL DEFAULT '0',\\n  `compression_ratio` float NOT NULL DEFAULT '0',\\n  `format` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'glb',\\n  `quality` int NOT NULL DEFAULT '85',\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',\\n  `error_message` text COLLATE utf8mb4_unicode_520_ci,\\n  `compression_time` int unsigned DEFAULT NULL,\\n  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `status` (`status`),\\n  KEY `format` (`format`),\\n  KEY `created_at` (`created_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"ar_compression_settings","full_table_name":"wp_ar_compression_settings","description":"Stores ar compression settings data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ar_compression_settings` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint unsigned NOT NULL,\\n  `keep_original` tinyint(1) NOT NULL DEFAULT '1',\\n  `auto_compress` tinyint(1) NOT NULL DEFAULT '1',\\n  `quality` int NOT NULL DEFAULT '85',\\n  `last_compressed_at` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `post_id` (`post_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":2}