{"slug":"guan-image-notes","name":"Guan Image Notes","description":"Image tagging system sync with WordPress comment system. Or also known as image notes, or image annotation.","author":"Makoto","active_installs":10,"version":"2.0","wp_org_url":"https://wordpress.org/plugins/guan-image-notes/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"guan_imagenote","full_table_name":"wp_guan_imagenote","description":"Stores guan imagenote data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"note_ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"note_img_ID","type":"varchar(15)","nullable":false,"primary_key":false},{"name":"note_comment_ID","type":"int(11)","nullable":false,"primary_key":false},{"name":"note_author","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"note_email","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"note_top","type":"int(11)","nullable":false,"primary_key":false},{"name":"note_left","type":"int(11)","nullable":false,"primary_key":false},{"name":"note_width","type":"int(11)","nullable":false,"primary_key":false},{"name":"note_height","type":"int(11)","nullable":false,"primary_key":false},{"name":"note_text","type":"text","nullable":false,"primary_key":false},{"name":"note_text_ID","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"note_editable","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"note_date","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `guan_imagenote` ( `note_ID` int(11) NOT NULL AUTO_INCREMENT, `note_img_ID` varchar(15) NOT NULL, `note_comment_ID` int(11) NOT NULL, `note_author` varchar(100) NOT NULL, `note_email` varchar(100) NOT NULL, `note_top` int(11) NOT NULL, `note_left` int(11) NOT NULL, `note_width` int(11) NOT NULL, `note_height` int(11) NOT NULL, `note_text` text NOT NULL, `note_text_ID` varchar(100) NOT NULL, `note_editable` tinyint(1) NOT NULL, `note_date` datetime NOT NULL, PRIMARY KEY (`note_ID`) ) ENGINE"}],"table_count":1}