{"table_name":"cosmosfarm_comments_token","full_table_name":"wp_cosmosfarm_comments_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_cosmosfarm_comments_token` ( `user_id` bigint(20) unsigned DEFAULT NULL, `access_token` varchar(128) DEFAULT NULL, `expiry` char(14) DEFAULT NULL, UNIQUE KEY `access_token` (`access_token`), KEY `user_id` (`user_id`), KEY `expiry` (`expiry`) ) {$charset_collate};\");","columns":[{"name":"user_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"access_token","type":"varchar(128)","nullable":true,"primary_key":false},{"name":"expiry","type":"char(14)","nullable":true,"primary_key":false}],"plugin":{"slug":"cosmosfarm-comments","name":"코스모스팜 소셜댓글","active_installs":200,"version":"1.9.1","wp_org_url":"https://wordpress.org/plugins/cosmosfarm-comments/"}}