{"table_name":"cookies","full_table_name":"wp_cookies","description":"Stores cookies data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS cookies (id integer PRIMARY KEY AUTOINCREMENT, cookie_hash TEXT UNIQUE, source_domain TEXT, source_url TEXT, name TEXT, value TEXT, domain TEXT, path TEXT, expires TEXT, expire_timestamp INTEGER, cookie_send_time INTEGER);","columns":[{"name":"id","type":"integer","nullable":true,"primary_key":true},{"name":"cookie_hash","type":"TEXT","nullable":true,"primary_key":false},{"name":"source_domain","type":"TEXT","nullable":true,"primary_key":false},{"name":"source_url","type":"TEXT","nullable":true,"primary_key":false},{"name":"name","type":"TEXT","nullable":true,"primary_key":false},{"name":"value","type":"TEXT","nullable":true,"primary_key":false},{"name":"domain","type":"TEXT","nullable":true,"primary_key":false},{"name":"path","type":"TEXT","nullable":true,"primary_key":false},{"name":"expires","type":"TEXT","nullable":true,"primary_key":false},{"name":"expire_timestamp","type":"INTEGER","nullable":true,"primary_key":false},{"name":"cookie_send_time","type":"INTEGER","nullable":true,"primary_key":false}],"plugin":{"slug":"gna-crawling-errors","name":"GNA Crawling Errors","active_installs":10,"version":"0.9.3","wp_org_url":"https://wordpress.org/plugins/gna-crawling-errors/"}}