2 lines
88 B
2 lines
88 B
ALTER TABLE users_collections
|
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT FALSE;
|
|
|