{"slug":"concise-antispam","name":"Concise Antispam","description":"Very simple antispam plugin. Users do not need to enter any captcha, working completely on background. No need to administer: just install the plugin  &hellip;","author":"Concise Studio","active_installs":20,"version":"1.0.13","wp_org_url":"https://wordpress.org/plugins/concise-antispam/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"antispam_token","full_table_name":"wp_antispam_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","columns":[{"name":"code","type":"char(64)","nullable":false,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false}],"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()} \");"}],"table_count":1}