{"table_name":"fictbase_license","full_table_name":"wp_fictbase_license","description":"Stores fictbase license data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fictbase_license ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, license_key VARCHAR(64) NOT NULL DEFAULT '', license_status VARCHAR(20) NOT NULL DEFAULT 'invalid', plan VARCHAR(50) NOT NULL DEFAULT 'pro', activated_at DATETIME DEFAULT NULL, expires_at DATETIME DEFAULT NULL, last_checked_at DATETIME DEFAULT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY license_key (license_key) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"license_key","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"license_status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"plan","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"activated_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"expires_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"last_checked_at","type":"DATETIME","nullable":true,"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/"}}