5 lines
69 B
SQL
5 lines
69 B
SQL
create table settings
|
|
(
|
|
id text primary key,
|
|
value text
|
|
); |