{"table_name":"gift_track_report","full_table_name":"wp_gift_track_report","description":"Stores gift track report data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_gift_track_report ( id BIGINT(20) NOT NULL AUTO_INCREMENT, product_id BIGINT(20), rule_id BIGINT(20), user_id BIGINT(20), order_id BIGINT(20), reg_date TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (id) ) $charset_collate\"; $result = $wpdb->query($create);","columns":[{"name":"id","type":"BIGINT(20)","nullable":false,"primary_key":true},{"name":"product_id","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"rule_id","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"user_id","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"order_id","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"reg_date","type":"TIMESTAMP","nullable":false,"primary_key":false}],"plugin":{"slug":"ithemeland-free-gifts-for-woo","name":"GIFTiT – Free Gifts for WooCommerce","active_installs":2000,"version":"4.0.0","wp_org_url":"https://wordpress.org/plugins/ithemeland-free-gifts-for-woo/"}}