{"slug":"awesome-emoji-reactions","name":"Awesome Emoji Reactions","description":"Add emoji reactions to your WordPress posts to increase user engagement and get instant feedback from your audience.","author":"peakplugins","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/awesome-emoji-reactions/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"aerppk_reactions","full_table_name":"wp_aerppk_reactions","description":"Stores aerppk reactions data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"emoji","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_aerppk_reactions ( id bigint(20) NOT NULL AUTO_INCREMENT, post_id bigint(20) NOT NULL, user_id bigint(20) NOT NULL, emoji varchar(50) NOT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY user_post (user_id, post_id), KEY post_id (post_id), KEY user_id (user_id) ) $charset_collate;\"; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');"}],"table_count":1}