{"table_name":"checkpoint","full_table_name":"wp_checkpoint","description":"Stores checkpoint data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `checkpoint` ( `checkpoint_id` BIGINT NOT NULL , `name` VARCHAR(45) NOT NULL , `date` DATETIME NOT NULL , `action` VARCHAR(255) NOT NULL , `contact_id` BIGINT NOT NULL , PRIMARY KEY (`checkpoint_id`), KEY `fkIdx_200` (`contact_id`), CONSTRAINT `FK_200` FOREIGN KEY `fkIdx_200` (`contact_id`) REFERENCES `contacts` (`contact_id`) );","columns":[{"name":"checkpoint_id","type":"BIGINT","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"action","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"contact_id","type":"BIGINT","nullable":false,"primary_key":false}],"plugin":{"slug":"email-reminders","name":"Email Reminders","active_installs":200,"version":"2.0.7","wp_org_url":"https://wordpress.org/plugins/email-reminders/"}}