Alex 'AdUser' Z
7 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@
|
||||
CREATE TABLE zerobin ( |
||||
id INTEGER AUTO_INCREMENT, |
||||
created INT(11) UNSIGNED NOT NULL DEFAULT 0, |
||||
expire INT(11) UNSIGNED NOT NULL DEFAULT 0, |
||||
syntax VARCHAR(255) DEFAULT 'plaintext', |
||||
PRIMARY KEY (id), |
||||
UNIQUE KEY zerobin_uniq (created) |
||||
) ENGINE=InnoDB; |
Loading…
Reference in new issue