{"table_name":"devapps_certificate_models","full_table_name":"wp_devapps_certificate_models","description":"Stores devapps certificate models data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_devapps_certificate_models` ( `id` INT NOT NULL AUTO_INCREMENT, `code` CHAR(36) NOT NULL DEFAULT (uuid()), `path` VARCHAR(255) NOT NULL, `url` VARCHAR(255) NULL, `created_at` DATETIME 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":"path","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"url","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"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/"}}