Add expiry table

This commit is contained in:
Eliot Whalan 2016-06-25 08:17:02 +10:00
parent d17154b353
commit 7dd331178d
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ CREATE TABLE `pastebin` (
`hash` char(40) default NULL,
`data` longtext,
`delkey` char(40) default NULL,
`expiry` TIMESTAMP,
PRIMARY KEY (`id`)
);