{"table_name":"disclosure_userlabels","full_table_name":"wp_disclosure_userlabels","description":"Stores disclosure userlabels data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_disclosure_userlabels ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, cap_title varchar(64) NOT NULL, capability varchar(128) NOT NULL, blog_id bigint(20) NOT NULL, PRIMARY KEY id (`id`), UNIQUE KEY capability (`capability`), KEY blog_id (`blog_id`) );","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"cap_title","type":"varchar(64)","nullable":false,"primary_key":false},{"name":"capability","type":"varchar(128)","nullable":false,"primary_key":false},{"name":"blog_id","type":"bigint(20)","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-access-areas","name":"Access Areas for WordPress","active_installs":400,"version":"1.5.22","wp_org_url":"https://wordpress.org/plugins/wp-access-areas/"}}