Add title to database schema

This commit is contained in:
Eliot Whalan 2016-06-24 13:04:51 +10:00
parent a09e2db02c
commit 5abc98efe1
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
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,