{"table_name":"arcadrec_meta","full_table_name":"wp_arcadrec_meta","description":"Stores additional metadata (key-value pairs) for arcadrec records.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_arcadrec_meta ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, arcadrec_id BIGINT UNSIGNED NOT NULL, meta_key VARCHAR(100) NOT NULL, meta_value LONGTEXT, PRIMARY KEY (id), UNIQUE KEY arcadrec_key (arcadrec_id, meta_key) ) $c;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"arcadrec_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"meta_key","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"meta_value","type":"LONGTEXT","nullable":true,"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/"}}