{"table_name":"lrwc_staff","full_table_name":"wp_lrwc_staff","description":"Stores lrwc staff data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lrwc_staff ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, user_id BIGINT UNSIGNED NOT NULL, pin VARCHAR(10), role VARCHAR(20) DEFAULT 'cashier', status VARCHAR(20) DEFAULT 'active', created_at DATETIME DEFAULT CURRENT_TIMESTAMP, UNIQUE KEY (user_id) ) $charset\");","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"pin","type":"VARCHAR(10)","nullable":true,"primary_key":false},{"name":"role","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","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/"}}