{"table_name":"aswp_audit_log","full_table_name":"wp_aswp_audit_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_aswp_audit_log ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, username VARCHAR(60) NOT NULL DEFAULT '', action VARCHAR(80) NOT NULL, object_type VARCHAR(40) NOT NULL DEFAULT '', object_id VARCHAR(80) NOT NULL DEFAULT '', description TEXT NOT NULL, ip VARCHAR(45) NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY user_id (user_id), KEY action (action), KEY created_at (created_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"username","type":"VARCHAR(60)","nullable":false,"primary_key":false},{"name":"action","type":"VARCHAR(80)","nullable":false,"primary_key":false},{"name":"object_type","type":"VARCHAR(40)","nullable":false,"primary_key":false},{"name":"object_id","type":"VARCHAR(80)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":false,"primary_key":false},{"name":"ip","type":"VARCHAR(45)","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/"}}