{"table_name":"fictbase_stories","full_table_name":"wp_fictbase_stories","description":"Stores fictbase stories data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fictbase_stories ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, wp_author_id BIGINT UNSIGNED NOT NULL, title VARCHAR(255) NOT NULL, slug VARCHAR(255) NOT NULL, description TEXT, cover_image_url VARCHAR(500), genre VARCHAR(100), story_status VARCHAR(20) NOT NULL DEFAULT 'draft', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"wp_author_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":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"cover_image_url","type":"VARCHAR(500)","nullable":true,"primary_key":false},{"name":"genre","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"story_status","type":"VARCHAR(20)","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/"}}