2025-08-13 06:22:28 +00:00

3 lines
184 B
SQL
Executable File

CREATE TABLE dbtest.Pointtable(id BIGINT NOT NULL AUTO_INCREMENT, round VARCHAR(400), match_id int, team_id int, name VARCHAR(400), tournament_id int, points int, PRIMARY KEY (id));