Files
2026-06-21 03:53:06 +03:00

3 lines
148 B
SQL

alter table room add column "roomTitle" text;
alter table room add column "roomDescription" text;
alter table room add column "roomTitleColor" text;