Add title to database schema

This commit is contained in:
Eliot Whalan 2016-06-24 13:04:51 +10:00
parent 6a1c6fcab1
commit 9356680dbe
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CREATE TABLE `pastebin` (
`id` varchar(30) NOT NULL,
`title` char(20) default NULL,
`hash` char(40) default NULL,
`data` longtext,
`delkey` char(40) default NULL,