2 lines
75 B
MySQL
2 lines
75 B
MySQL
|
ALTER TABLE players ADD COLUMN competitive BOOLEAN NOT NULL DEFAULT FALSE;
|