{"table_name":"givasso_donations","full_table_name":"wp_givasso_donations","description":"Stores givasso donations data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_givasso_donations ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, donor_id BIGINT UNSIGNED NOT NULL, campaign_id BIGINT UNSIGNED DEFAULT NULL, amount DECIMAL(10,2) NOT NULL, currency CHAR(3) NOT NULL DEFAULT 'EUR', status ENUM('pending','completed','failed','refunded','cancelled') NOT NULL DEFAULT 'pending', gateway VARCHAR(50) NOT NULL DEFAULT 'stripe', gateway_transaction_id VARCHAR(255) DEFAULT NULL, gateway_refund_ref VARCHAR(255) DEFAULT NULL, is_recurring TINYINT(1) NOT NULL DEFAULT 0, frequency VARCHAR(20) DEFAULT NULL, receipt_id BIGINT UNSIGNED DEFAULT NULL, donor_message TEXT DEFAULT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY idx_donor (donor_id), KEY idx_status (status), KEY idx_created (created_at), KEY idx_refund_ref (gateway_refund_ref) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"donor_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"campaign_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"amount","type":"DECIMAL(10,2)","nullable":false,"primary_key":false},{"name":"currency","type":"CHAR(3)","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('pending','completed','failed','refunded','cancelled')","nullable":false,"primary_key":false},{"name":"gateway","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"gateway_transaction_id","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"gateway_refund_ref","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"is_recurring","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"frequency","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"receipt_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"donor_message","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"givasso","name":"Givasso","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/givasso/"}}