3 lines
93 B
3 lines
93 B
5 years ago
|
ALTER TABLE users_collections
|
||
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT 0; -- FALSE
|