Files
rustpad/migrations/postgres/0017_user_active.sql
T

2 lines
70 B
SQL

ALTER TABLE users ADD COLUMN is_active BOOLEAN NOT NULL DEFAULT TRUE;