{"slug":"hlc-sql-window","name":"HLC_sql_window","description":"SQL Window plugin is a really helpfull tool for Administrators and developers. Can execute database commands and return results in a new page.","author":"hlcsoftware","active_installs":10,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/hlc-sql-window/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"hlc_queries","full_table_name":"wp_hlc_queries","description":"Stores hlc queries data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"MEDIUMINT","nullable":false,"primary_key":true},{"name":"myquery","type":"varchar(2048)","nullable":true,"primary_key":false},{"name":"descr","type":"varchar(2048)","nullable":true,"primary_key":false},{"name":"postid","type":"int","nullable":true,"primary_key":false}],"create_sql":"create table hlc_Queries ( id MEDIUMINT NOT NULL AUTO_INCREMENT, myquery varchar(2048), descr varchar(2048), postid int, PRIMARY KEY (id) );"}],"table_count":1}