{"slug":"wp-access-areas","name":"Access Areas for WordPress","description":"Fine tuning access to your posts.","author":"podpirate","active_installs":400,"version":"1.5.22","wp_org_url":"https://wordpress.org/plugins/wp-access-areas/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"disclosure_userlabels","full_table_name":"wp_disclosure_userlabels","description":"Stores disclosure userlabels data created by this plugin.","detection_method":"static","confidence":"medium","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}],"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`) );"}],"table_count":1}