{"table_name":"fictbase_subscribers","full_table_name":"wp_fictbase_subscribers","description":"Stores fictbase subscribers data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fictbase_subscribers ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, story_id BIGINT UNSIGNED NOT NULL, email VARCHAR(255) NOT NULL, token VARCHAR(64) NOT NULL DEFAULT '', confirmed TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY story_email (story_id, email), 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":"email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"token","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"confirmed","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_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/"}}