{"table_name":"bdct_time_sessions","full_table_name":"wp_bdct_time_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bdct_time_sessions ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL, post_id INT DEFAULT NULL, post_type VARCHAR(50) DEFAULT NULL, admin_page VARCHAR(100) DEFAULT NULL, started_at DATETIME NOT NULL, ended_at DATETIME NOT NULL, duration_sec INT NOT NULL DEFAULT 0, PRIMARY KEY (id), KEY user_id (user_id), KEY started_at (started_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"post_id","type":"INT","nullable":true,"primary_key":false},{"name":"post_type","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"admin_page","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"started_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"ended_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"duration_sec","type":"INT","nullable":false,"primary_key":false}],"plugin":{"slug":"bitlence-dev-code-tracker","name":"Bitlence Dev Code Tracker","active_installs":0,"version":"1.2.0","wp_org_url":"https://wordpress.org/plugins/bitlence-dev-code-tracker/"}}