3 lines
184 B
SQL
Executable File
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));
|
|
|