{"table_name":"crpay_customers","full_table_name":"wp_crpay_customers","description":"Stores crpay customers data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS crpay_customers (id INT NOT NULL AUTO_INCREMENT, first_name VARCHAR(191) NOT NULL DEFAULT \"\", last_name VARCHAR(191) NOT NULL DEFAULT \"\", email VARCHAR(191), phone VARCHAR(191) NOT NULL DEFAULT \"\", country VARCHAR(191) NOT NULL DEFAULT \"\", country_code VARCHAR(3) NOT NULL DEFAULT \"\", creation_time DATETIME NOT NULL, extra TINYTEXT, PRIMARY KEY (id), UNIQUE (email)) ENGINE","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"first_name","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"last_name","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(191)","nullable":true,"primary_key":false},{"name":"phone","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"country","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"country_code","type":"VARCHAR(3)","nullable":false,"primary_key":false},{"name":"creation_time","type":"DATETIME","nullable":false,"primary_key":false},{"name":"extra","type":"TINYTEXT","nullable":true,"primary_key":false}],"plugin":{"slug":"cryptopayment-gateway","name":"CryptoPayment Gateway","active_installs":0,"version":"1.2.2","wp_org_url":"https://wordpress.org/plugins/cryptopayment-gateway/"}}