{"table_name":"plicenses","full_table_name":"wp_plicenses","description":"Stores plicenses data created by this plugin.","detection_method":"static","confidence":"medium","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","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}],"plugin":{"slug":"product-licensing-system","name":"Product Licensing System","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/product-licensing-system/"}}