3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
ALTER TABLE servers ADD COLUMN allowed_role BIGINT;
|
||
|
ALTER TABLE servers DROP COLUMN name;
|