{"table_name":"awb_redirects","full_table_name":"wp_awb_redirects","description":"Stores awb redirects data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_awb_redirects ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, source VARCHAR(512) NOT NULL, target VARCHAR(512) NOT NULL, type SMALLINT NOT NULL DEFAULT 301, hits BIGINT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY source (source(255)) ) {$charset};\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"source","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"target","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"type","type":"SMALLINT","nullable":false,"primary_key":false},{"name":"hits","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"adworksbid-seo","name":"CitedSEO","active_installs":0,"version":"1.3.8","wp_org_url":"https://wordpress.org/plugins/adworksbid-seo/"}}