2 lines
68 B
SQL

ALTER TABLE users ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT true;