{"table_name":"fictbase_chapters","full_table_name":"wp_fictbase_chapters","description":"Stores fictbase chapters data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fictbase_chapters ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, story_id BIGINT UNSIGNED NOT NULL, title VARCHAR(255) NOT NULL, slug VARCHAR(255) NOT NULL, content LONGTEXT, recap TEXT DEFAULT NULL, chapter_number INT UNSIGNED NOT NULL DEFAULT 0, chapter_status VARCHAR(20) NOT NULL DEFAULT 'draft', is_premium TINYINT(1) NOT NULL DEFAULT 0, scheduled_at DATETIME DEFAULT NULL, published_at DATETIME DEFAULT NULL, word_count INT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY story_id (story_id) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"story_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"content","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"recap","type":"TEXT","nullable":true,"primary_key":false},{"name":"chapter_number","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"chapter_status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"is_premium","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"scheduled_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"published_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"word_count","type":"INT UNSIGNED","nullable":false,"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":"fictbase","name":"FICTBASE","active_installs":0,"version":"2.2.13","wp_org_url":"https://wordpress.org/plugins/fictbase/"}}