{"table_name":"coxwall_events","full_table_name":"wp_coxwall_events","description":"Stores coxwall events data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_coxwall_events ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, event_type VARCHAR(100) NOT NULL, ip_address VARCHAR(45) NOT NULL DEFAULT '', user_id BIGINT(20) NOT NULL DEFAULT 0, message TEXT NOT NULL, context LONGTEXT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY event_type (event_type), KEY ip_address (ip_address), KEY created_at (created_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"event_type","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT(20)","nullable":false,"primary_key":false},{"name":"message","type":"TEXT","nullable":false,"primary_key":false},{"name":"context","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"coxwall","name":"CoxWall","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/coxwall/"}}