{"table_name":"am_licensed_products","full_table_name":"wp_am_licensed_products","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_am_licensed_products ( config_id int(11) NOT NULL AUTO_INCREMENT, product_id int(11) NOT NULL DEFAULT 0, variation_id int(11) NOT NULL DEFAULT 0, active tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (config_id), UNIQUE KEY product_id (product_id, variation_id) ) ENGINE","columns":[{"name":"config_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"product_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"variation_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"active","type":"tinyint(1)","nullable":false,"primary_key":false}],"plugin":{"slug":"am-license-manager","name":"KEYMARIATOO – digital product license manager & selling tool","active_installs":0,"version":"5.0.1","wp_org_url":"https://wordpress.org/plugins/am-license-manager/"}}