Your IP : 18.116.50.87


Current Path : /proc/self/root/home/sudancam/public_html/wp-content/plugins/litespeed-cache/src/data_structure/
Upload File :
Current File : //proc/self/root/home/sudancam/public_html/wp-content/plugins/litespeed-cache/src/data_structure/url.sql

`id` bigint(20) NOT NULL AUTO_INCREMENT,
`url` varchar(500) NOT NULL,
`cache_tags` varchar(1000) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `url` (`url`(191)),
KEY `cache_tags` (`cache_tags`(191))