Files
holocore/serverdata/misc/crc_table.sql
T

5 lines
83 B
SQL

CREATE TABLE IF NOT EXISTS crcs (
string TEXT PRIMARY KEY,
crc INTEGER UNIQUE
);