Files
2026-06-15 17:06:02 +03:00

5 lines
69 B
SQL

create table settings
(
id text primary key,
value text
);