2 lines
76 B
SQL
2 lines
76 B
SQL
alter table channels add column visibility text NOT NULL default 'Private';
|
alter table channels add column visibility text NOT NULL default 'Private';
|