{"slug":"product-licensing-system","name":"Product Licensing System","description":"Licensing management plugin that help you sell licenses easily.","author":"TianGuang","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/product-licensing-system/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"plicenses","full_table_name":"wp_plicenses","description":"Stores plicenses data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"email","type":"tinytext","nullable":false,"primary_key":false},{"name":"license","type":"tinytext","nullable":false,"primary_key":false},{"name":"product","type":"tinytext","nullable":false,"primary_key":false},{"name":"status","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"created","type":"int(11)","nullable":false,"primary_key":false},{"name":"expire","type":"int(11)","nullable":false,"primary_key":false},{"name":"domain","type":"tinytext","nullable":false,"primary_key":false},{"name":"order_id","type":"tinytext","nullable":false,"primary_key":false},{"name":"allowed","type":"int(4)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_plicenses` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` tinytext CHARACTER SET utf8 NOT NULL, `license` tinytext CHARACTER SET utf8 NOT NULL, `product` tinytext CHARACTER SET utf8 NOT NULL, `status` tinyint(4) NOT NULL DEFAULT '0', `created` int(11) NOT NULL, `expire` int(11) NOT NULL, `domain` tinytext CHARACTER SET utf8 NOT NULL, `order_id` tinytext CHARACTER SET utf8 NOT NULL, `allowed` int(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE"},{"table_name":"plicenses_setting","full_table_name":"wp_plicenses_setting","description":"Stores plicenses setting data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"key_pre","type":"text","nullable":false,"primary_key":false},{"name":"key_suf","type":"text","nullable":false,"primary_key":false},{"name":"key_expiredays","type":"text","nullable":false,"primary_key":false},{"name":"key_allowdomains","type":"text","nullable":false,"primary_key":false},{"name":"default_key_status","type":"text","nullable":false,"primary_key":false},{"name":"default_key_expire","type":"text","nullable":false,"primary_key":false},{"name":"int_woocommerce","type":"text","nullable":false,"primary_key":false},{"name":"mail_template","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_plicenses_setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `key_pre` text CHARACTER SET utf8 NOT NULL, `key_suf` text CHARACTER SET utf8 NOT NULL, `key_expiredays` text CHARACTER SET utf8 NOT NULL, `key_allowdomains` text CHARACTER SET utf8 NOT NULL, `default_key_status` text CHARACTER SET utf8 NOT NULL, `default_key_expire` text CHARACTER SET utf8 NOT NULL, `int_woocommerce` text CHARACTER SET utf8 NOT NULL, `mail_template` text CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`) ) ENGINE"},{"table_name":"woocommerce_attribute_taxonomies","full_table_name":"wp_woocommerce_attribute_taxonomies","description":"Stores woocommerce attribute taxonomies data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"woocommerce_termmeta","full_table_name":"wp_woocommerce_termmeta","description":"Stores woocommerce termmeta data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":4}