{"table_name":"arcadrec_reservations","full_table_name":"wp_arcadrec_reservations","description":"Stores arcadrec reservations data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_arcadrec_reservations ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, arcadrec_id BIGINT UNSIGNED NOT NULL, amazon_user_id VARCHAR(255) NOT NULL, expires_at DATETIME NOT NULL, PRIMARY KEY (id), UNIQUE KEY arcadrec_user (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":"expires_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/"}}