| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/peyco.es/wp-admin/includes/gk_installer/sql_dumps/ |
Upload File : |
--
-- Table structure for table `#__woocommerce_downloadable_product_permissions`
--
CREATE TABLE IF NOT EXISTS `{$table_prefix}woocommerce_downloadable_product_permissions` (
`product_id` bigint(20) NOT NULL,
`order_id` bigint(20) NOT NULL DEFAULT '0',
`order_key` varchar(200) NOT NULL,
`user_email` varchar(200) NOT NULL,
`user_id` bigint(20) DEFAULT NULL,
`downloads_remaining` varchar(9) DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) NOT NULL DEFAULT '0',
`download_id` varchar(32) NOT NULL,
PRIMARY KEY (`product_id`,`order_id`,`order_key`,`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;