Skip to content

Commit

Permalink
Let's also fix The Year 2106 Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Mar 3, 2019
1 parent f02a45d commit 895313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE `sessions` (
`id` BINARY(32) NOT NULL,
`timestamp` INT UNSIGNED NOT NULL,
`timestamp` BIGINT UNSIGNED NOT NULL,
`data` LONGTEXT CHARSET 'utf8mb4' NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;

0 comments on commit 895313b

Please sign in to comment.