2 lines
107 B
SQL
2 lines
107 B
SQL
ALTER TABLE users DROP COLUMN Banned;
|
|
ALTER TABLE users ADD COLUMN IsBanned boolean NOT NULL DEFAULT false; |