{"table_name":"lrwc_redemptions","full_table_name":"wp_lrwc_redemptions","description":"Stores lrwc redemptions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lrwc_redemptions ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, customer_id BIGINT UNSIGNED NOT NULL, staff_id BIGINT UNSIGNED, product_id BIGINT UNSIGNED NOT NULL, points_used BIGINT NOT NULL, status VARCHAR(20) DEFAULT 'pending', code VARCHAR(50), created_at DATETIME DEFAULT CURRENT_TIMESTAMP, redeemed_at DATETIME, INDEX idx_customer (customer_id), INDEX idx_status (status), INDEX idx_code (code) ) $charset\");","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"customer_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"staff_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"product_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"points_used","type":"BIGINT","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"code","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"redeemed_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"800website-loyalty-rewards","name":"800Website Loyalty Rewards for WooCommerce","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/800website-loyalty-rewards/"}}