{"table_name":"daseopw_gone","full_table_name":"wp_daseopw_gone","description":"Stores daseopw gone data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_daseopw_gone ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, url_hash CHAR(64) NOT NULL COMMENT 'SHA-256 of normalized path', path VARCHAR(2048) NOT NULL DEFAULT '', deleted_at DATETIME NOT NULL, PRIMARY KEY (id), UNIQUE KEY uq_hash (url_hash) ) $cc;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"url_hash","type":"CHAR(64)","nullable":false,"primary_key":false},{"name":"path","type":"VARCHAR(2048)","nullable":false,"primary_key":false},{"name":"deleted_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"da-seo-page-wipe","name":"DenArt – SEO Wipe (HTTP 410 Gone)","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/da-seo-page-wipe/"}}