4 lines
72 B
SQL
4 lines
72 B
SQL
CREATE TABLE hashes (
|
|
book_id BIGINT PRIMARY KEY,
|
|
hash BYTEA
|
|
);
|