{"table_name":"bdct_daily_summary","full_table_name":"wp_bdct_daily_summary","description":"Stores bdct daily summary data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bdct_daily_summary ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL, summary_date DATE NOT NULL, total_sec INT NOT NULL DEFAULT 0, PRIMARY KEY (id), UNIQUE KEY user_date (user_id, summary_date) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"summary_date","type":"DATE","nullable":false,"primary_key":false},{"name":"total_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/"}}