{"table_name":"faz_cookies","full_table_name":"wp_faz_cookies","description":"Stores faz cookies data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_faz_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), KEY category (category), KEY name (name) ) ENGINE","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":"faz-cookie-manager","name":"FAZ Cookie Manager","active_installs":600,"version":"1.22.0","wp_org_url":"https://wordpress.org/plugins/faz-cookie-manager/"}}