{"table_name":"confgu_conflict_timeline","full_table_name":"wp_confgu_conflict_timeline","description":"Stores confgu conflict timeline data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_confgu_conflict_timeline ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, event_type VARCHAR(50) NOT NULL DEFAULT '', plugin VARCHAR(255) NOT NULL DEFAULT '', description TEXT NOT NULL, severity VARCHAR(20) NOT NULL DEFAULT 'info', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY event_type (event_type), KEY created_at (created_at) ) $charset;\"; dbDelta( $sql_timeline );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"event_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"plugin","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":false,"primary_key":false},{"name":"severity","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"conflict-guard","name":"Conflict Guard","active_installs":0,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/conflict-guard/"}}