Advertisement
borlabs

Borlabs Cookie - MySQL 5.5

May 11th, 2018
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.39 KB | None | 0 0
  1. CREATE 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. ) DEFAULT CHARACTER SET `utf8mb4` COLLATE `utf8mb4_unicode_ci`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement