{"table_name":"lrwc_transactions","full_table_name":"wp_lrwc_transactions","description":"Stores lrwc transactions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lrwc_transactions ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, customer_id BIGINT UNSIGNED NOT NULL, staff_id BIGINT UNSIGNED, type VARCHAR(20) NOT NULL, points BIGINT NOT NULL, order_id BIGINT UNSIGNED, product_id BIGINT UNSIGNED, note TEXT, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, INDEX idx_customer (customer_id), INDEX idx_type (type), INDEX idx_created (created_at), INDEX idx_customer_type (customer_id, type) ) $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":"type","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"points","type":"BIGINT","nullable":false,"primary_key":false},{"name":"order_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"product_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"note","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_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/"}}