mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2026-01-22 02:47:39 +01:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
CREATE TABLE players(
|
|
playerName TEXT PRIMARY KEY,
|
|
rating INTEGER,
|
|
lastupdated TEXT
|
|
);
|