Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE IF NOT EXISTS iFrDevBorlborlabs_cookie_log (
- `log_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `uid` varchar(35) NOT NULL DEFAULT '',
- `option` set('all','first-party','reject-all','no-selection','opted-out-ga','opted-out-fb') DEFAULT NULL,
- `stamp` datetime DEFAULT NULL,
- PRIMARY KEY (`log_id`)
- ) DEFAULT CHARACTER SET `utf8mb4` COLLATE `utf8mb4_unicode_ci`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement