{"table_name":"lrwc_pending_points","full_table_name":"wp_lrwc_pending_points","description":"Stores lrwc pending points data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lrwc_pending_points ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, customer_id BIGINT UNSIGNED NOT NULL, staff_id BIGINT UNSIGNED NOT NULL, invoice_number VARCHAR(100) NOT NULL, bill_amount DECIMAL(15,2) NOT NULL, points BIGINT NOT NULL, status VARCHAR(20) DEFAULT 'pending', admin_id BIGINT UNSIGNED, admin_note TEXT, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, processed_at DATETIME, INDEX idx_customer (customer_id), INDEX idx_staff (staff_id), INDEX idx_status (status), INDEX idx_invoice (invoice_number) ) $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":false,"primary_key":false},{"name":"invoice_number","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"bill_amount","type":"DECIMAL(15,2)","nullable":false,"primary_key":false},{"name":"points","type":"BIGINT","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"admin_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"admin_note","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"processed_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/"}}