This website requires JavaScript.
Explore
Help
Sign In
milksad
/
lookup
Watch
14
Star
0
Fork
You've already forked lookup
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8213519e0
lookup
/
postgres
/
schema.sql
3 lines
97 B
SQL
Raw
Blame
History
CREATE
TABLE
hashes
(
hash
VARCHAR
(
32
)
,
PRIMARY_KEY
(
hash
)
)
;
COPY
hashes
(
hash
)
FROM
'
hashes.txt
'
;
Reference in New Issue
View Git Blame
Copy Permalink