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
b1e96eec62
nat
/
database.sql
6 lines
97 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
`
)
Fix incorrect sql
2016-06-19 01:50:35 +00:00
)