3 lines
70 B
MySQL
3 lines
70 B
MySQL
|
ALTER TABLE users
|
||
|
ADD COLUMN achievements TEXT NOT NULL DEFAULT '[]';
|