{"table_name":"crypto_membership","full_table_name":"wp_crypto_membership","description":"Stores crypto membership data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `crypto_membership` ( `membID` int(11) unsigned NOT NULL AUTO_INCREMENT, `userID` bigint(20) unsigned NOT NULL DEFAULT '0', `paymentID` int(11) unsigned NOT NULL DEFAULT '0', `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `disabled` tinyint(1) unsigned NOT NULL DEFAULT '0', `recordCreated` datetime DEFAULT NULL, PRIMARY KEY (`membID`), KEY `userID` (`userID`), KEY `paymentID` (`paymentID`), KEY `startDate` (`startDate`), KEY `endDate` (`endDate`), KEY `disabled` (`disabled`), KEY `recordCreated` (`recordCreated`) ) ENGINE","columns":[{"name":"membID","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"userID","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"paymentID","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"startDate","type":"datetime","nullable":true,"primary_key":false},{"name":"endDate","type":"datetime","nullable":true,"primary_key":false},{"name":"disabled","type":"tinyint(1) unsigned","nullable":false,"primary_key":false},{"name":"recordCreated","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"gourl-bitcoin-payment-gateway-paid-downloads-membership","name":"GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership","active_installs":800,"version":"1.6.6","wp_org_url":"https://wordpress.org/plugins/gourl-bitcoin-payment-gateway-paid-downloads-membership/"}}