{"slug":"dynamic-qr-code-saver","name":"Dynamic QR Code URL Saver","description":"Generates a dynamic QR-Code, which can be saved and edited later, even if the QR Code was printed. Very easy to install and use. Share smartly!","author":"Funk Design","active_installs":20,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/dynamic-qr-code-saver/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"dynamic_qr","full_table_name":"wp_dynamic_qr","description":"Stores dynamic qr data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_dynamic_qr` (\\n  `ID` int NOT NULL AUTO_INCREMENT,\\n  `URL` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `Description` varchar(500) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `Visits` int DEFAULT NULL,\\n  PRIMARY KEY (`ID`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"register_activation_hook","full_table_name":"wp_register_activation_hook","description":"Stores register activation hook data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"create table register_activation_hook(__FILE__,'install_dynamic_qr');"}],"table_count":2}