{"table_name":"woocommerce_bolt_session_customer_ids","full_table_name":"wp_woocommerce_bolt_session_customer_ids","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_woocommerce_bolt_session_customer_ids ( ID BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, order_reference varchar(16) NOT NULL, customer_id varchar(32) NOT NULL, created_at BIGINT UNSIGNED NOT NULL, updated_at BIGINT UNSIGNED NOT NULL, PRIMARY KEY (order_reference), UNIQUE KEY ID (ID) ) $collate; \"; dbDelta( $table );","columns":[{"name":"ID","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"order_reference","type":"varchar(16)","nullable":false,"primary_key":false},{"name":"customer_id","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"created_at","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"updated_at","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false}],"plugin":{"slug":"bolt-checkout-woocommerce","name":"Bolt Checkout for WooCommerce","active_installs":100,"version":"2.21.1","wp_org_url":"https://wordpress.org/plugins/bolt-checkout-woocommerce/"}}