2 lines
53 B
SQL
2 lines
53 B
SQL
ALTER TABLE players
|
|
DROP COLUMN IF EXISTS username;
|
ALTER TABLE players
|
|
DROP COLUMN IF EXISTS username;
|