updates table schema
This commit is contained in:
@@ -7,3 +7,5 @@ CREATE TABLE players (
|
||||
gp INTEGER DEFAULT 0 NOT NULL,
|
||||
pp INTEGER DEFAULT 0 NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO players (id, name) VALUES (0, 'Groupe');
|
||||
|
||||
Reference in New Issue
Block a user