{"table_name":"gumroad_product_relationships","full_table_name":"wp_gumroad_product_relationships","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_gumroad_product_relationships` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `product_id` int(11) unsigned NOT NULL, `gumroad_product_id` varchar(255) DEFAULT NULL, `created_by` bigint(20) unsigned NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) $charset_collate\"; if ( ! function_exists( 'dbDelta' ) ) { require_once ABSPATH . 'wp-admin/includes/upgrade.php'; } dbDelta( $schema );","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"product_id","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"gumroad_product_id","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"created_by","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"gumpress","name":"Gumpress","active_installs":60,"version":"1.2.1","wp_org_url":"https://wordpress.org/plugins/gumpress/"}}