PostText/migrations/11/up.sql

5 lines
82 B
SQL

ALTER TABLE moderators
ADD admin_status BOOLEAN
NOT NULL
DEFAULT FALSE;