little-librarian/migrations/20250522141158_hashes.sql

4 lines
72 B
SQL

CREATE TABLE hashes (
book_id BIGINT PRIMARY KEY,
hash BYTEA
);