{"table_name":"devapps_certificates","full_table_name":"wp_devapps_certificates","description":"Stores devapps certificates data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_devapps_certificates` ( `Id` INT NOT NULL AUTO_INCREMENT, `code` CHAR(36) NOT NULL DEFAULT (uuid()), `person` VARCHAR(255) NOT NULL, `document` VARCHAR(45) NOT NULL, `email` VARCHAR(255) NOT NULL, `certificate` VARCHAR(255) NOT NULL, `created_at` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`Id`), UNIQUE INDEX `code_UNIQUE` (`code` ASC) VISIBLE) ENGINE","columns":[{"name":"Id","type":"INT","nullable":false,"primary_key":true},{"name":"code","type":"CHAR(36)","nullable":false,"primary_key":false},{"name":"person","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"document","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"certificate","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"gerador-de-certificados-devapps","name":"Gerador de Certificados – DevApps","active_installs":80,"version":"1.3.6","wp_org_url":"https://wordpress.org/plugins/gerador-de-certificados-devapps/"}}