3 lines
50 B
SQL
3 lines
50 B
SQL
ALTER TABLE moderators
|
|
DROP COLUMN admin_status;
|
ALTER TABLE moderators
|
|
DROP COLUMN admin_status;
|