Tlapbot/tlapbot/schema.sql

6 lines
94 B
SQL

DROP TABLE IF EXISTS points;
CREATE TABLE points (
id TEXT PRIMARY KEY,
points INTEGER
);