PostText/migrations/11/up.sql

5 lines
82 B
MySQL
Raw Permalink Normal View History

ALTER TABLE moderators
ADD admin_status BOOLEAN
NOT NULL
DEFAULT FALSE;