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
3686f74bcb
nat
/
database.sql
6 lines
98 B
SQL
Raw
Blame
History
CREATE
TABLE
`
pastebin
`
(
`
id
`
varchar
(
30
)
NOT
NULL
,
`
data
`
longtext
,
PRIMARY
KEY
(
`
id
`
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink