{"table_name":"anchors","full_table_name":"wp_anchors","description":"Stores anchors data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_anchors` ( `id` int(50) NOT NULL auto_increment, `anchor` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `post_ID` int(20) NOT NULL, `post_url` varchar(255) NOT NULL, PRIMARY KEY (`id`)) \");","columns":[{"name":"id","type":"int(50)","nullable":false,"primary_key":true},{"name":"anchor","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"post_ID","type":"int(20)","nullable":false,"primary_key":false},{"name":"post_url","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"anchor-links","name":"Anchor Links Plugin","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/anchor-links/"}}