Tlapbot/tlapbot/schema.sql

6 lines
94 B
MySQL
Raw Normal View History

2022-06-08 14:22:58 +02:00
DROP TABLE IF EXISTS points;
CREATE TABLE points (
id TEXT PRIMARY KEY,
points INTEGER
);