{"table_name":"lockr_keys","full_table_name":"wp_lockr_keys","description":"Stores lockr keys data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_lockr_keys` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `key_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_label` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_abstract` text COLLATE utf8mb4_unicode_520_ci,\\n  `dev_abstract` text COLLATE utf8mb4_unicode_520_ci,\\n  `auto_created` tinyint(1) DEFAULT NULL,\\n  `option_override` text COLLATE utf8mb4_unicode_520_ci,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"lockr","name":"Lockr","active_installs":20,"version":"3.0.4","wp_org_url":"https://wordpress.org/plugins/lockr/"}}