2 lines
65 B
SQL

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