{"table_name":"faz_cookie_categories","full_table_name":"wp_faz_cookie_categories","description":"Stores faz cookie categories data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_faz_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 1, share_personal_data int(11) NOT NULL default 1, 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) ) ENGINE","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":"share_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":"faz-cookie-manager","name":"FAZ Cookie Manager","active_installs":600,"version":"1.22.0","wp_org_url":"https://wordpress.org/plugins/faz-cookie-manager/"}}