{"slug":"wp-oer","name":"WP OER","description":"Open Educational Resource (OER) management and curation, metadata publishing, and alignment to Common Core State Standards.","author":"Navigation North","active_installs":10,"version":"0.9.3","wp_org_url":"https://wordpress.org/plugins/wp-oer/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"category_page","full_table_name":"wp_category_page","description":"Stores category page data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_category_page` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `blog_category_id` varchar(255) NOT NULL,\\n  `resource_category_id` varchar(255) NOT NULL,\\n  `page_id` varchar(255) NOT NULL,\\n  `page_name` varchar(255) NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"oer_core_standards","full_table_name":"wp_oer_core_standards","description":"Stores oer core standards data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_oer_core_standards` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `standard_name` varchar(255) NOT NULL,\\n  `standard_url` varchar(255) NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"oer_standard_notation","full_table_name":"wp_oer_standard_notation","description":"Stores oer standard notation data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_oer_standard_notation` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `parent_id` varchar(255) NOT NULL,\\n  `standard_notation` varchar(255) NOT NULL,\\n  `description` varchar(255) NOT NULL,\\n  `comment` varchar(255) NOT NULL,\\n  `url` varchar(255) NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"oer_sub_standards","full_table_name":"wp_oer_sub_standards","description":"Stores oer sub standards data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_oer_sub_standards` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `parent_id` varchar(255) NOT NULL,\\n  `standard_title` varchar(255) NOT NULL,\\n  `url` varchar(255) NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":4}