{"table_name":"at_activities","full_table_name":"wp_at_activities","description":"Stores at activities data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_at_activities( id bigint(20) NOT NULL AUTO_INCREMENT, description varchar(255) NOT NULL, location text NOT NULL, timestamp datetime NOT NULL, withAttendance bool NOT NULL, UNIQUE KEY id (id))ENGINE","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"description","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"location","type":"text","nullable":false,"primary_key":false},{"name":"timestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"withAttendance","type":"bool","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-attend","name":"WP Attend","active_installs":10,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/wp-attend/"}}