{"table_name":"adminnote","full_table_name":"wp_adminnote","description":"Stores adminnote data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_adminnote` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `name` varchar(255) NOT NULL,\\n  `text` text NOT NULL,\\n  `create_by` int NOT NULL,\\n  `userid` int NOT NULL,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci","columns":[],"plugin":{"slug":"admin-note","name":"Admin Notes","active_installs":10,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/admin-note/"}}