{"slug":"maintenance-page","name":"Maintenance Page","description":"Allows you to quickly create a maintenance/coming-soon page. Use this plugin whenever your site is down for maintenance or undergoing development.","author":"ThemeGrill","active_installs":3000,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/maintenance-page/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"maintenance_page","full_table_name":"wp_maintenance_page","description":"Stores maintenance page data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"email","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"insert_date","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_maintenance_page ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL UNIQUE, `insert_date` datetime NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET"}],"table_count":1}