settings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
create table public.settings (
|
||||
key character varying not null,
|
||||
value character varying not null,
|
||||
constraint settings_pkey primary key (key)
|
||||
) TABLESPACE pg_default;
|
||||
Reference in New Issue
Block a user