· 8 years ago · May 11, 2018, 03:16 PM
1CREATE TABLE IF NOT EXISTS iFrDevBorlborlabs_cookie_log (
2 `log_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
3 `uid` varchar(35) NOT NULL DEFAULT '',
4 `option` set('all','first-party','reject-all','no-selection','opted-out-ga','opted-out-fb') DEFAULT NULL,
5 `stamp` datetime DEFAULT NULL,
6 PRIMARY KEY (`log_id`)
7) utf8mb4_unicode_ci;