{"table_name":"arcadrec_templates","full_table_name":"wp_arcadrec_templates","description":"Stores arcadrec templates data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_arcadrec_templates ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, arcadrec_id BIGINT UNSIGNED NOT NULL, type VARCHAR(32) NOT NULL, subject VARCHAR(255) NOT NULL DEFAULT '', body LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY (id), UNIQUE KEY arcadrec_type (arcadrec_id, type) ) $c;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"arcadrec_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"subject","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"body","type":"LONGTEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"arc-advance-review-copy","name":"ARC — Advance Review Copy","active_installs":0,"version":"0.1.0","wp_org_url":"https://wordpress.org/plugins/arc-advance-review-copy/"}}