{"slug":"simple-retail-menus","name":"Simple Retail Menus","description":"Create and manage restaurant, salon, and retail store menu lists of services, food items, retail items, or other data.","author":"whatwouldjessedo","active_installs":90,"version":"4.2.1","wp_org_url":"https://wordpress.org/plugins/simple-retail-menus/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"jsrm_items","full_table_name":"wp_jsrm_items","description":"Stores jsrm items data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_jsrm_items` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `menu` mediumint NOT NULL,\\n  `itemorder` mediumint NOT NULL,\\n  `item` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci,\\n  `image` tinytext COLLATE utf8mb4_unicode_520_ci,\\n  `linked` tinyint(1) DEFAULT NULL,\\n  `linkurl` tinytext COLLATE utf8mb4_unicode_520_ci,\\n  `itemhidden` tinyint(1) DEFAULT NULL,\\n  `value` tinytext COLLATE utf8mb4_unicode_520_ci,\\n  `value2` tinytext COLLATE utf8mb4_unicode_520_ci,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"jsrm_menus","full_table_name":"wp_jsrm_menus","description":"Stores jsrm menus data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_jsrm_menus` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `menuorder` mediumint NOT NULL,\\n  `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci,\\n  `label` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `itemheader` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `valueheader` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `valueheader2` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":2}