3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
|
ALTER TABLE spaces
|
||
|
|
ADD COLUMN voice_enabled BOOLEAN NOT NULL DEFAULT FALSE;
|