```sql create table public.settings ( key text not null primary key, value text null ); ```