{"table_name":"gridmaster_grids","full_table_name":"wp_gridmaster_grids","description":"Stores gridmaster grids data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_gridmaster_grids ( id mediumint(9) NOT NULL AUTO_INCREMENT, title text NOT NULL, attributes text NOT NULL, dated datetime DEFAULT NOW(), PRIMARY KEY (id) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"title","type":"text","nullable":false,"primary_key":false},{"name":"attributes","type":"text","nullable":false,"primary_key":false},{"name":"dated","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"ajax-filter-posts","name":"Post Grid Master — Post Grids & AJAX Filters","active_installs":1000,"version":"3.4.17","wp_org_url":"https://wordpress.org/plugins/ajax-filter-posts/"}}