{"table_name":"arcadrec_books","full_table_name":"wp_arcadrec_books","description":"Stores arcadrec books data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_arcadrec_books ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL DEFAULT '', description LONGTEXT NOT NULL DEFAULT '', release_date DATE DEFAULT NULL, page_id BIGINT UNSIGNED DEFAULT NULL, pdf_path VARCHAR(512) NOT NULL DEFAULT '', epub_path VARCHAR(512) NOT NULL DEFAULT '', questions JSON DEFAULT NULL, min_ratio DECIMAL(4,3) NOT NULL DEFAULT 0, from_name VARCHAR(255) NOT NULL DEFAULT '', from_email VARCHAR(255) NOT NULL DEFAULT '', published TINYINT(1) NOT NULL DEFAULT 0, release_sent TINYINT(1) NOT NULL DEFAULT 0, amazon_url TEXT NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $c;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"release_date","type":"DATE","nullable":true,"primary_key":false},{"name":"page_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"pdf_path","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"epub_path","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"questions","type":"JSON","nullable":true,"primary_key":false},{"name":"min_ratio","type":"DECIMAL(4,3)","nullable":false,"primary_key":false},{"name":"from_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"from_email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"published","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"release_sent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"amazon_url","type":"TEXT","nullable":false,"primary_key":false},{"name":"created_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/"}}