5 lines
82 B
SQL

ALTER TABLE moderators
ADD admin_status BOOLEAN
NOT NULL
DEFAULT FALSE;