{"table_name":"edd_unuspay_checkouts","full_table_name":"wp_edd_unuspay_checkouts","description":"Stores edd unuspay checkouts data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_edd_unuspay_checkouts ( id VARCHAR(36) NOT NULL, order_id BIGINT UNSIGNED NOT NULL DEFAULT 0, accept LONGTEXT NOT NULL, created_at datetime NOT NULL DEFAULT '1000-01-01 00:00:00', PRIMARY KEY (id) );","columns":[{"name":"id","type":"VARCHAR(36)","nullable":false,"primary_key":false},{"name":"order_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"accept","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"unuspay-crypto-payments-for-easy-digital-downloads","name":"UnusPay Crypto Payments For Easy Digital Downloads","active_installs":0,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/unuspay-crypto-payments-for-easy-digital-downloads/"}}