{"table_name":"gdpr_cc_options","full_table_name":"wp_gdpr_cc_options","description":"Stores gdpr cc options data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gdpr_cc_options( id INTEGER NOT NULL auto_increment, option_key VARCHAR(255) NOT NULL DEFAULT 1, option_value LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, site_id INTEGER DEFAULT NULL, extras LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, PRIMARY KEY (id) );","columns":[{"name":"id","type":"INTEGER","nullable":false,"primary_key":true},{"name":"option_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"option_value","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"site_id","type":"INTEGER","nullable":true,"primary_key":false},{"name":"extras","type":"LONGTEXT","nullable":true,"primary_key":false}],"plugin":{"slug":"gdpr-cookie-compliance","name":"GDPR Cookie Compliance – Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law","active_installs":300000,"version":"5.0.11","wp_org_url":"https://wordpress.org/plugins/gdpr-cookie-compliance/"}}