{"table_name":"maintenance_page","full_table_name":"wp_maintenance_page","description":"Stores maintenance page data created by this plugin.","detection_method":"static","confidence":"medium","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","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}],"plugin":{"slug":"maintenance-page","name":"Maintenance Page","active_installs":3000,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/maintenance-page/"}}