3 lines
74 B
MySQL
3 lines
74 B
MySQL
|
ALTER TABLE moderators
|
||
|
ADD admin_status BOOLEAN NOT NULL DEFAULT FALSE;
|