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