{"table_name":"crpay_checkouts","full_table_name":"wp_crpay_checkouts","description":"Stores crpay checkouts data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS crpay_checkouts (id INT NOT NULL AUTO_INCREMENT, title VARCHAR(191), description TEXT, price VARCHAR(100) NOT NULL, currency VARCHAR(10) NOT NULL, type VARCHAR(1), redirect VARCHAR(191), hide_title TINYINT, external_reference VARCHAR(1000) NOT NULL DEFAULT \"\", creation_time DATETIME NOT NULL, slug VARCHAR(191), PRIMARY KEY (id)) ENGINE","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(191)","nullable":true,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"price","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"currency","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(1)","nullable":true,"primary_key":false},{"name":"redirect","type":"VARCHAR(191)","nullable":true,"primary_key":false},{"name":"hide_title","type":"TINYINT","nullable":true,"primary_key":false},{"name":"external_reference","type":"VARCHAR(1000)","nullable":false,"primary_key":false},{"name":"creation_time","type":"DATETIME","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(191)","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/"}}