{"table_name":"at_subscriptions","full_table_name":"wp_at_subscriptions","description":"Stores at subscriptions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_at_subscriptions( id bigint(20) NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, email varchar(255) NOT NULL, timestamp datetime NOT NULL, validatedTimestamp datetime NOT NULL, isValid bool, verificationCode varchar(255) NOT NULL, UNIQUE KEY id (id))ENGINE","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"email","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"timestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"validatedTimestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"isValid","type":"bool","nullable":true,"primary_key":false},{"name":"verificationCode","type":"varchar(255)","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/"}}