little-librarian/migrations/20250522141158_hashes.sql

5 lines
72 B
MySQL
Raw Normal View History

2025-07-01 08:55:08 +02:00
CREATE TABLE hashes (
book_id BIGINT PRIMARY KEY,
hash BYTEA
);