{"slug":"admin-note","name":"Admin Notes","description":"Create notes for admin, one can assign to certain members easily.","author":"minhlaobao","active_installs":10,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/admin-note/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"adminnote","full_table_name":"wp_adminnote","description":"Stores adminnote data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"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"}],"table_count":1}