{"table_name":"cps_polls","full_table_name":"wp_cps_polls","description":"Stores cps polls data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cps_polls ( id mediumint(9) NOT NULL AUTO_INCREMENT, title text NOT NULL, options longtext NOT NULL, category varchar(100) DEFAULT '전체', end_date date DEFAULT NULL, btn_color varchar(20) DEFAULT '#60A5FA', input_type varchar(20) DEFAULT 'radio', status varchar(10) DEFAULT 'active', created_at datetime DEFAULT CURRENT_TIMESTAMP NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; $sql2 = \"CREATE TABLE wp_cps_poll_logs ( id mediumint(9) NOT NULL AUTO_INCREMENT, poll_id mediumint(9) NOT NULL, user_id bigint(20) DEFAULT 0, selected_option text NOT NULL, ip_address varchar(50), voted_at datetime DEFAULT CURRENT_TIMESTAMP NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; $sql3 = \"CREATE TABLE wp_cps_poll_comments ( id mediumint(9) NOT NULL AUTO_INCREMENT, poll_id mediumint(9) NOT NULL, user_id bigint(20) DEFAULT 0, author_name varchar(50) NOT NULL, comment_content text NOT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"title","type":"text","nullable":false,"primary_key":false},{"name":"options","type":"longtext","nullable":false,"primary_key":false},{"name":"category","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"end_date","type":"date","nullable":true,"primary_key":false},{"name":"btn_color","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"input_type","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"status","type":"varchar(10)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"poll_id","type":"mediumint(9)","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"selected_option","type":"text","nullable":false,"primary_key":false},{"name":"ip_address","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"voted_at","type":"datetime","nullable":false,"primary_key":false},{"name":"poll_id","type":"mediumint(9)","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"author_name","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"comment_content","type":"text","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"opinio-poll","name":"Opinio – Easy Polls & Surveys","active_installs":0,"version":"4.4.0","wp_org_url":"https://wordpress.org/plugins/opinio-poll/"}}