{"table_name":"fe_event_qrcodes","full_table_name":"wp_fe_event_qrcodes","description":"Stores fe event qrcodes data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_fe_event_qrcodes ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, order_id BIGINT(20) UNSIGNED NOT NULL, event_id BIGINT(20) UNSIGNED NOT NULL, ticket_type VARCHAR(50) NOT NULL DEFAULT '', qrcode VARCHAR(32) NOT NULL DEFAULT '', personalised_input VARCHAR(512) NULL DEFAULT NULL, tracking_nonce VARCHAR(16) NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, amount DECIMAL(10,4) NOT NULL DEFAULT '0.0000', scan_date DATETIME NULL DEFAULT NULL, scan_location VARCHAR(32) NOT NULL DEFAULT '', exit_scan TINYINT(1) NOT NULL DEFAULT '0', PRIMARY KEY (id), KEY order_id (order_id), UNIQUE KEY qrcode (qrcode), INDEX event_id (event_id) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"order_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"event_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"ticket_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"qrcode","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"personalised_input","type":"VARCHAR(512)","nullable":true,"primary_key":false},{"name":"tracking_nonce","type":"VARCHAR(16)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"amount","type":"DECIMAL(10,4)","nullable":false,"primary_key":false},{"name":"scan_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"scan_location","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"exit_scan","type":"TINYINT(1)","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-events","name":"Fast Events","active_installs":20,"version":"3.0.0","wp_org_url":"https://wordpress.org/plugins/fast-events/"}}