{"table_name":"aerppk_reactions","full_table_name":"wp_aerppk_reactions","description":"Stores aerppk reactions data created by this plugin.","detection_method":"static","confidence":"medium","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');","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}],"plugin":{"slug":"awesome-emoji-reactions","name":"Awesome Emoji Reactions","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/awesome-emoji-reactions/"}}