{"slug":"anchor-links","name":"Anchor Links Plugin","description":"Auto add a summary in each article using his  tags.","author":"oue.st","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/anchor-links/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"anchors","full_table_name":"wp_anchors","description":"Stores anchors data created by this plugin.","detection_method":"static","confidence":"high","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}],"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`)) \");"}],"table_count":1}