· 8 years ago · Mar 10, 2018, 08:58 PM
1CREATE TABLE IF NOT EXISTS `privileges` (
2 `userId` int(11) NOT NULL,
3 `friendId` int(11) NOT NULL,
4 `date` int(11) NOT NULL,
5 PRIMARY KEY (`userId`,`friendId`)
6) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;