{"slug":"cosmosfarm-comments","name":"코스모스팜 소셜댓글","description":"사용 할 수록 홈페이지가 자연적으로 홍보되는 차세대 소셜댓글 서비스 입니다.","author":"코스모스팜 - Cosmosfarm","active_installs":200,"version":"1.9.1","wp_org_url":"https://wordpress.org/plugins/cosmosfarm-comments/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"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","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}],"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};\");"}],"table_count":1}