mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
5 lines
83 B
SQL
5 lines
83 B
SQL
CREATE TABLE IF NOT EXISTS crcs (
|
|
string TEXT PRIMARY KEY,
|
|
crc INTEGER UNIQUE
|
|
);
|