{"table_name":"kc_us_api_keys","full_table_name":"wp_kc_us_api_keys","description":"Stores kc us api keys data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_kc_us_api_keys` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `user_id` bigint unsigned NOT NULL,\\n  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `last_access` datetime DEFAULT NULL,\\n  `created_at` datetime DEFAULT NULL,\\n  `created_by_id` int DEFAULT NULL,\\n  `updated_at` datetime DEFAULT NULL,\\n  `updated_by_id` int DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `consumer_key` (`consumer_key`),\\n  KEY `consumer_secret` (`consumer_secret`),\\n  KEY `created_at` (`created_at`),\\n  KEY `updated_at` (`updated_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"url-shortify","name":"URL Shortify – Simple and Easy URL Shortener","active_installs":10000,"version":"2.4.1","wp_org_url":"https://wordpress.org/plugins/url-shortify/"}}