{"table_name":"cky_cookies","full_table_name":"wp_cky_cookies","description":"Stores cky cookies data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_cky_cookies ( cookie_id bigint(20) NOT NULL AUTO_INCREMENT, name varchar(190) NOT NULL DEFAULT '', slug varchar(190) NOT NULL DEFAULT '', description longtext NOT NULL, duration text NOT NULL, domain varchar(190) NOT NULL DEFAULT '', category bigint(20) NOT NULL, type text NOT NULL, discovered int(11) NOT NULL default 0, url_pattern varchar(190) NULL default '', meta longtext, 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 (cookie_id) ) $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":"cookie_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(190)","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":"duration","type":"text","nullable":false,"primary_key":false},{"name":"domain","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"category","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"type","type":"text","nullable":false,"primary_key":false},{"name":"discovered","type":"int(11)","nullable":false,"primary_key":false},{"name":"url_pattern","type":"varchar(190)","nullable":true,"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/"}}