Add title to database schema
This commit is contained in:
parent
a09e2db02c
commit
5abc98efe1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue