Snek/init.sql

9 lines
122 B
MySQL
Raw Normal View History

2020-04-13 19:58:53 +00:00
CREATE TABLE leaderboards (
mode TEXT,
username TEXT,
score INTEGER,
length INTEGER,
time INTEGER,
speed INTEGER
);