{"table_name":"cb_access","full_table_name":"wp_cb_access","description":"Stores cb access data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `cb_access` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `customerId` BIGINT(20) NULL, `productId` VARCHAR(255) NULL, `receipt` VARCHAR(255) NULL, `datePurchased` VARCHAR(255) NULL, `access` TINYINT(1) NULL DEFAULT 1, `recurring` TINYINT(1) NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `arv_cb_access_uq` (`productId` ASC, `receipt` ASC)) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"customerId","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"productId","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"receipt","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"datePurchased","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"access","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"recurring","type":"TINYINT(1)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-clickbank-vendor","name":"WP ClickBank Vendor","active_installs":10,"version":"0.9.1","wp_org_url":"https://wordpress.org/plugins/wp-clickbank-vendor/"}}