{"table_name":"givasso_subscriptions","full_table_name":"wp_givasso_subscriptions","description":"Stores givasso subscriptions data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_givasso_subscriptions ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, donor_id BIGINT UNSIGNED NOT NULL, stripe_subscription_id VARCHAR(255) NOT NULL, stripe_customer_id VARCHAR(255) NOT NULL, amount DECIMAL(10,2) NOT NULL, currency CHAR(3) NOT NULL DEFAULT 'EUR', frequency VARCHAR(20) NOT NULL, status ENUM('active','cancelled','past_due','unpaid') NOT NULL DEFAULT 'active', next_payment_at DATETIME DEFAULT NULL, cancelled_at DATETIME 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), UNIQUE KEY uq_stripe_sub (stripe_subscription_id), KEY idx_donor (donor_id), KEY idx_status (status) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"donor_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"stripe_subscription_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"stripe_customer_id","type":"VARCHAR(255)","nullable":false,"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":"frequency","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('active','cancelled','past_due','unpaid')","nullable":false,"primary_key":false},{"name":"next_payment_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"cancelled_at","type":"DATETIME","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/"}}