{"table_name":"arcadrec_users","full_table_name":"wp_arcadrec_users","description":"Stores arcadrec users data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_arcadrec_users ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, arcadrec_id BIGINT UNSIGNED NOT NULL, amazon_user_id VARCHAR(255) NOT NULL DEFAULT '', amazon_display_name VARCHAR(255) NOT NULL DEFAULT '', first_name VARCHAR(100) NOT NULL DEFAULT '', last_name VARCHAR(100) NOT NULL DEFAULT '', email VARCHAR(255) NOT NULL DEFAULT '', reviewer_url VARCHAR(512) NOT NULL DEFAULT '', answers JSON DEFAULT NULL, download_token VARCHAR(64) NOT NULL DEFAULT '', download_count INT UNSIGNED NOT NULL DEFAULT 0, pdf_downloaded_at DATETIME DEFAULT NULL, epub_downloaded_at DATETIME DEFAULT NULL, banned TINYINT(1) NOT NULL DEFAULT 0, ban_reason TEXT DEFAULT NULL, paused TINYINT(1) NOT NULL DEFAULT 0, flags JSON DEFAULT NULL, review_confirmed TINYINT(1) NOT NULL DEFAULT 0, review_confirmed_at DATETIME DEFAULT NULL, thankyou_sent TINYINT(1) NOT NULL DEFAULT 0, reminder_count INT UNSIGNED NOT NULL DEFAULT 0, reminder_token VARCHAR(64) NOT NULL DEFAULT '', is_imported TINYINT(1) NOT NULL DEFAULT 0, street_team_categories JSON DEFAULT NULL, wp_user_id BIGINT UNSIGNED DEFAULT NULL, signed_up_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY token (download_token), KEY arcadrec_amazon (arcadrec_id, amazon_user_id) ) $c;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"arcadrec_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"amazon_user_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"amazon_display_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"first_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"last_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"reviewer_url","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"answers","type":"JSON","nullable":true,"primary_key":false},{"name":"download_token","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"download_count","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"pdf_downloaded_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"epub_downloaded_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"banned","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"ban_reason","type":"TEXT","nullable":true,"primary_key":false},{"name":"paused","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"flags","type":"JSON","nullable":true,"primary_key":false},{"name":"review_confirmed","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"review_confirmed_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"thankyou_sent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"reminder_count","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"reminder_token","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"is_imported","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"street_team_categories","type":"JSON","nullable":true,"primary_key":false},{"name":"wp_user_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"signed_up_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"arc-advance-review-copy","name":"ARC — Advance Review Copy","active_installs":0,"version":"0.1.0","wp_org_url":"https://wordpress.org/plugins/arc-advance-review-copy/"}}