{"table_name":"antispam_token","full_table_name":"wp_antispam_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_antispam_token ( `code` char(64) NOT NULL, `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`code`) ) {$wpdb->get_charset_collate()} \");","columns":[{"name":"code","type":"char(64)","nullable":false,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"concise-antispam","name":"Concise Antispam","active_installs":20,"version":"1.0.13","wp_org_url":"https://wordpress.org/plugins/concise-antispam/"}}