Add title to database schema
This commit is contained in:
parent
6a1c6fcab1
commit
9356680dbe
@ -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
Block a user