{"table_name":"associator_event","full_table_name":"wp_associator_event","description":"Stores associator event data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_associator_event ( id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, type VARCHAR(30) NOT NULL, value VARCHAR(255) NOT NULL, created_at TIMESTAMP )\");","columns":[{"name":"id","type":"INT(6) UNSIGNED","nullable":true,"primary_key":true},{"name":"type","type":"VARCHAR(30)","nullable":false,"primary_key":false},{"name":"value","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"created_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"plugin":{"slug":"associator","name":"Associator","active_installs":10,"version":"1.0.7","wp_org_url":"https://wordpress.org/plugins/associator/"}}