Files
Holocore/serverdata/nge/misc/crc_table.sql

5 lines
83 B
SQL

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