2 lines
70 B
MySQL
2 lines
70 B
MySQL
|
ALTER TABLE maps ADD COLUMN is_ranked BOOLEAN NOT NULL DEFAULT FALSE;
|