{"table_name":"cky_cookie_categories","full_table_name":"wp_cky_cookie_categories","description":"Stores cky cookie categories data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_cky_cookie_categories ( category_id bigint(20) NOT NULL AUTO_INCREMENT, name text NOT NULL, slug varchar(190) NOT NULL DEFAULT '', description longtext NOT NULL, prior_consent int(11) NOT NULL default 0, visibility int(11) NOT NULL default 1, priority int(11) NOT NULL default 0, sell_personal_data int(11) NOT NULL default 0, meta longtext NULL, date_created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', date_modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (category_id), UNIQUE KEY slug (slug) ) $collate; \"; return $tables; } /** * Get a list of banners from localhost. * * @param array $args Array of arguments. * @return array */ public function get_item_from_db( $args = array() ) { global $wpdb; $items = array();","columns":[{"name":"category_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"text","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"description","type":"longtext","nullable":false,"primary_key":false},{"name":"prior_consent","type":"int(11)","nullable":false,"primary_key":false},{"name":"visibility","type":"int(11)","nullable":false,"primary_key":false},{"name":"priority","type":"int(11)","nullable":false,"primary_key":false},{"name":"sell_personal_data","type":"int(11)","nullable":false,"primary_key":false},{"name":"meta","type":"longtext","nullable":true,"primary_key":false},{"name":"date_created","type":"datetime","nullable":false,"primary_key":false},{"name":"date_modified","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"cookie-law-info","name":"CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)","active_installs":1000000,"version":"3.4.2","wp_org_url":"https://wordpress.org/plugins/cookie-law-info/"}}