mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 23:21:35 +01:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
CREATE TABLE players(
|
|
playerName TEXT PRIMARY KEY,
|
|
rating INTEGER,
|
|
lastupdated TEXT
|
|
);
|