{"table_name":"jetreader_items","full_table_name":"wp_jetreader_items","description":"Stores jetreader items data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_jetreader_items ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, type VARCHAR(20) NOT NULL DEFAULT 'book', title VARCHAR(500) NOT NULL, slug VARCHAR(500) NOT NULL, description LONGTEXT DEFAULT NULL, cover_image VARCHAR(1000) DEFAULT NULL, file_path VARCHAR(1000) NOT NULL, file_type VARCHAR(20) NOT NULL, file_size BIGINT(20) UNSIGNED DEFAULT 0, language VARCHAR(20) DEFAULT 'en', author VARCHAR(500) DEFAULT NULL, translator VARCHAR(500) DEFAULT NULL, publisher VARCHAR(500) DEFAULT NULL, isbn VARCHAR(50) DEFAULT NULL, publication_year INT(4) UNSIGNED DEFAULT NULL, page_count INT(10) UNSIGNED DEFAULT 0, reading_time INT(10) UNSIGNED DEFAULT 0, visibility VARCHAR(20) NOT NULL DEFAULT 'publish', featured TINYINT(1) NOT NULL DEFAULT 0, view_count BIGINT(20) UNSIGNED DEFAULT 0, read_count BIGINT(20) UNSIGNED DEFAULT 0, metadata LONGTEXT DEFAULT NULL, volumes TEXT DEFAULT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug), KEY type (type), KEY author (author(191)), KEY language (language), KEY visibility (visibility), KEY featured (featured), KEY created_at (created_at), KEY visibility_type_created (visibility, type, created_at) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"type","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"description","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"cover_image","type":"VARCHAR(1000)","nullable":true,"primary_key":false},{"name":"file_path","type":"VARCHAR(1000)","nullable":false,"primary_key":false},{"name":"file_type","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"file_size","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"language","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"author","type":"VARCHAR(500)","nullable":true,"primary_key":false},{"name":"translator","type":"VARCHAR(500)","nullable":true,"primary_key":false},{"name":"publisher","type":"VARCHAR(500)","nullable":true,"primary_key":false},{"name":"isbn","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"publication_year","type":"INT(4) UNSIGNED","nullable":true,"primary_key":false},{"name":"page_count","type":"INT(10) UNSIGNED","nullable":true,"primary_key":false},{"name":"reading_time","type":"INT(10) UNSIGNED","nullable":true,"primary_key":false},{"name":"visibility","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"featured","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"view_count","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"read_count","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"metadata","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"volumes","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"jetreader","name":"JetReader – Book Library, EPUB & PDF Reader (Lite)","active_installs":0,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/jetreader/"}}