3 lines
184 B
MySQL
Raw Permalink Normal View History

2025-08-13 06:22:28 +00:00
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));