This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
nat
Watch
1
Star
0
Fork
You've already forked nat
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
606b277e2e
nat
/
database.sql
6 lines
98 B
MySQL
Raw
Normal View
History
Unescape
Escape
Remove filesystem saving and add sqlite support
2016-06-19 01:48:57 +00:00
CREATE
TABLE
`
pastebin
`
(
`
id
`
varchar
(
30
)
NOT
NULL
,
`
data
`
longtext
,
PRIMARY
KEY
(
`
id
`
)
Add semicoln to sql
2016-06-19 01:51:32 +00:00
)
;