{"table_name":"aswp_whitelist","full_table_name":"wp_aswp_whitelist","description":"Stores aswp whitelist data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_aswp_whitelist ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, type VARCHAR(20) NOT NULL DEFAULT 'ip', value VARCHAR(255) NOT NULL, label VARCHAR(100) NOT NULL DEFAULT '', created_by BIGINT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY type_value (type, value(50)) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"type","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"value","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"label","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"created_by","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"atlant-security","name":"Atlant Security","active_installs":30,"version":"1.1.12","wp_org_url":"https://wordpress.org/plugins/atlant-security/"}}